新增模块上传

This commit is contained in:
JaguarJack
2020-07-13 17:06:21 +08:00
parent a5416bd0ad
commit 81e7f78419
3 changed files with 170 additions and 14 deletions

View File

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