From 21f7367b7ea4183c7c05b3db75eed43bc0f5edd7 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Tue, 7 Aug 2018 23:14:32 +0800 Subject: [PATCH] =?UTF-8?q?fix=20config/auth.php=20(=E5=BF=98=E8=A8=98?= =?UTF-8?q?=E5=AF=86=E7=A2=BC=E5=8A=9F=E8=83=BD=E5=B0=9A=E6=9C=AA=E8=99=95?= =?UTF-8?q?=E7=90=86)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ],