You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I have a PHP application that I do not want to autoload Linq.php for everything, but your composer.json specifies autoload files which forced the inclusion of Linq.php for everything even when nothing is used from your library.
Currently I have a PHP application that I do not want to autoload Linq.php for everything, but your composer.json specifies autoload files which forced the inclusion of Linq.php for everything even when nothing is used from your library.
I would suggest removing the files section and allow people to use the function "from" within your YaLinqo namespace.
This will also allow us to alias the from method so that we can call it something else. Maybe I want to do something like this.
This could be helpful if I already have a function defined as "from".
The text was updated successfully, but these errors were encountered: