修改auth认证

This commit is contained in:
JaguarJack 2020-07-14 12:21:29 +08:00
parent 33bdd01933
commit fc93826016

View File

@ -23,6 +23,8 @@ class CatchAuth
public function __construct() public function __construct()
{ {
$this->auth = config('catch.auth'); $this->auth = config('catch.auth');
$this->guard = $this->auth['default']['guard'];
} }
/** /**