diff --git a/config/passport.php b/config/passport.php index f025442040..3cb6bc8d72 100644 --- a/config/passport.php +++ b/config/passport.php @@ -14,7 +14,7 @@ return [ | */ - 'guard' => envNonEmpty('AUTHENTICATION_GUARD', 'web'), + 'guard' => 'web, /* |--------------------------------------------------------------------------