From f2499e0a77f1e5a73aa1ee8b8fdeccb7f03b9fed Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 31 Dec 2022 08:58:54 +0100 Subject: [PATCH] Merge branch 'develop' into 5.8-dev --- config/passport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/passport.php b/config/passport.php index 3cb6bc8d72..1d1226c819 100644 --- a/config/passport.php +++ b/config/passport.php @@ -14,7 +14,7 @@ return [ | */ - 'guard' => 'web, + 'guard' => 'web', /* |--------------------------------------------------------------------------