From fc938260161b8196d8e482957bec7f230797a4dd Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Tue, 14 Jul 2020 12:21:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9auth=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/CatchAuth.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extend/catcher/CatchAuth.php b/extend/catcher/CatchAuth.php index 06ecba0..446c6f9 100644 --- a/extend/catcher/CatchAuth.php +++ b/extend/catcher/CatchAuth.php @@ -23,6 +23,8 @@ class CatchAuth public function __construct() { $this->auth = config('catch.auth'); + + $this->guard = $this->auth['default']['guard']; } /**