Skip to content

Commit 1b5c020

Browse files
committed
replaced auth provider used in online examples to the default legacy provider
1 parent 9ae64d1 commit 1b5c020

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

config/auth.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
'api' => [
2020
'driver' => 'token',
21-
'provider' => 'users',
21+
'provider' => 'legacy',
2222
'hash' => false,
2323
],
2424

@@ -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)