diff --git a/app/Models/Aauth/UserSessionModel.php b/app/Models/Aauth/UserSessionModel.php index 920b08c..9752f2e 100644 --- a/app/Models/Aauth/UserSessionModel.php +++ b/app/Models/Aauth/UserSessionModel.php @@ -92,9 +92,9 @@ class UserSessionModel */ public function __construct(ConnectionInterface &$db = null) { - $this->config = new AauthConfig(); - $this->DBGroup = $this->config->dbProfile; - $this->table = $this->config->dbTableUserSessions; + $this->config = new AauthConfig(); + $this->DBGroup = $this->config->dbProfile; + $this->table = $this->config->dbTableUserSessions; if ($db instanceof ConnectionInterface) {