修改auth认证
This commit is contained in:
parent
33bdd01933
commit
fc93826016
@ -23,6 +23,8 @@ class CatchAuth
|
||||
public function __construct()
|
||||
{
|
||||
$this->auth = config('catch.auth');
|
||||
|
||||
$this->guard = $this->auth['default']['guard'];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user