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']; } /**