diff --git a/src/Auth.php b/src/Auth.php index 9d43740..fa92c5a 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -391,6 +391,8 @@ public function user() return null; } + $this->checkDbConnection(); + $idKey = Config::get('id.key'); $table = Config::get('db.table');