diff --git a/config/auth.php b/config/auth.php index 8d8c14a6..7449b045 100644 --- a/config/auth.php +++ b/config/auth.php @@ -23,10 +23,10 @@ return [ | */ - 'guard' => 'session', + 'guard' => 'app', 'guards' => [ - 'session' => [ + 'app' => [ 'driver' => 'session', 'provider' => 'eloquent', ],