diff --git a/config/passport.php b/config/passport.php index 55e2030517..504a38cc93 100644 --- a/config/passport.php +++ b/config/passport.php @@ -15,7 +15,7 @@ return [ | */ - 'guard' => envNonEmpty('AUTHENTICATION_GUARD', 'web'), + 'guard' => 'web, /* |--------------------------------------------------------------------------