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