forked from jeremykenedy/laravel-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incorrect User model/namespace in laravel-logger config jeremykenedy…
- Loading branch information
1 parent
e9fb866
commit 5e7ccd3
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ USER_LIST_PAGINATION_SIZE=50 | |
LARAVEL_2STEP_ENABLED=false | ||
LARAVEL_2STEP_DATABASE_CONNECTION=mysql | ||
LARAVEL_2STEP_DATABASE_TABLE=laravel2step | ||
LARAVEL_2STEP_USER_MODEL=App\User | ||
LARAVEL_2STEP_USER_MODEL=App\Models\User | ||
LARAVEL_2STEP_EMAIL_FROM="[email protected]" | ||
LARAVEL_2STEP_EMAIL_FROM_NAME="Laravel 2 Step Verification" | ||
LARAVEL_2STEP_EMAIL_SUBJECT='Laravel 2 Step Verification' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters