From 98ec4fbbe96715abe3fcf1e26a449c2173be7765 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 28 Jan 2019 18:40:16 +0100 Subject: [PATCH] updated UserSessionModel --- app/Models/Aauth/UserSessionModel.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {