Skip to content

Commit 6d68985

Browse files
author
AkkuFresh
authored
Change User model location to Models\User
1 parent 4fad8ec commit 6d68985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
'providers' => [
6868
'users' => [
6969
'driver' => 'eloquent',
70-
'model' => App\User::class,
70+
'model' => App\Models\User::class,
7171
],
7272

7373
// 'users' => [

0 commit comments

Comments
 (0)