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
Describe the bug
The User model specified in the laravel-logger config file is incorrect for the namespace structure used. It is set to App\User but it should be App\Models\User.
** Fix **
I fixed it by publishing the laravelLogger config file to /config but the proper fix would be to add LARAVEL_LOGGER_USER_MODEL to the .env file and set the appropriate value there.
The text was updated successfully, but these errors were encountered:
maxdestors
added a commit
to maxdestors/laravel-auth
that referenced
this issue
Dec 30, 2021
Did you star the repo?
Yes
Describe the bug
The User model specified in the laravel-logger config file is incorrect for the namespace structure used. It is set to App\User but it should be App\Models\User.
** Fix **
I fixed it by publishing the laravelLogger config file to /config but the proper fix would be to add LARAVEL_LOGGER_USER_MODEL to the .env file and set the appropriate value there.
The text was updated successfully, but these errors were encountered: