diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/auth.php b/config/auth.php index 7817501..f8a1194 100644 --- a/config/auth.php +++ b/config/auth.php @@ -42,7 +42,7 @@ return [ ], 'api' => [ - 'driver' => 'token', + 'driver' => 'passport', 'provider' => 'users', ], ], |