Skip to content

Commit 3e85a63

Browse files
committed
Remove user provider auth
1 parent 75c8eef commit 3e85a63

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

config/auth.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@
3434
'driver' => 'legacy',
3535
'model' => App\Models\User::class,
3636
],
37-
38-
'users' => [
39-
'driver' => 'eloquent',
40-
'model' => App\Models\User::class,
41-
],
4237
],
4338

4439
];

0 commit comments

Comments
 (0)