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
This totally screws up the the installation process.
Putting closure in config file is utter misdesign. A config file should be a declarative thing, not a functional process. Remnant of spaghetti php.
Laravel can't cache a closure correctly when in the config file.
The user->resolver would be better to a method of a class and use the container to call it than put a closure into it.
As a closure, laravel can't cache it.
Ps: I didn't see any warning about this in the documentation.
The text was updated successfully, but these errors were encountered: