diff --git a/config/auth.php b/config/auth.php index 3b50d4c1a..a9264b4a2 100644 --- a/config/auth.php +++ b/config/auth.php @@ -42,7 +42,7 @@ return [ ], 'api' => [ - 'driver' => 'passport', + 'driver' => 'token', 'provider' => 'users', ], ],