Browse Source

updated UserSessionModel

v3-dev
REJack 6 years ago
parent
commit
98ec4fbbe9
No known key found for this signature in database
GPG Key ID: 4A44B48700429F46
  1. 6
      app/Models/Aauth/UserSessionModel.php

6
app/Models/Aauth/UserSessionModel.php

@ -92,9 +92,9 @@ class UserSessionModel
*/ */
public function __construct(ConnectionInterface &$db = null) public function __construct(ConnectionInterface &$db = null)
{ {
$this->config = new AauthConfig(); $this->config = new AauthConfig();
$this->DBGroup = $this->config->dbProfile; $this->DBGroup = $this->config->dbProfile;
$this->table = $this->config->dbTableUserSessions; $this->table = $this->config->dbTableUserSessions;
if ($db instanceof ConnectionInterface) if ($db instanceof ConnectionInterface)
{ {

Loading…
Cancel
Save