Fix auth bug and other resolver bugs.
This commit is contained in:
@@ -44,7 +44,9 @@ class Auth {
|
||||
{
|
||||
if (isset(static::$registrar[$driver]))
|
||||
{
|
||||
return static::$registrar[$driver]();
|
||||
$resolver = static::$registrar[$driver];
|
||||
|
||||
return $resolver();
|
||||
}
|
||||
|
||||
switch ($driver)
|
||||
|
||||
Reference in New Issue
Block a user