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