diff --git a/config/auth.php b/config/auth.php index 60deb73..bef8f3e 100644 --- a/config/auth.php +++ b/config/auth.php @@ -14,7 +14,7 @@ return [ */ 'defaults' => [ - 'guard' => 'web', + 'guard' => 'receivers-web', 'passwords' => 'receivers', ],