Skip to content

Commit

Permalink
~ apply style
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
  • Loading branch information
puschie286 committed Dec 10, 2018
1 parent bdf5acd commit 271fc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Session/Handlers/DatabaseHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function __construct(BaseConfig $config, string $ipAddress)
}

// Get DB Connection
$this->DBGroup = $config->sessionDBGroup ?? config( Database::class )->defaultGroup;
$this->DBGroup = $config->sessionDBGroup ?? config(Database::class)->defaultGroup;

$this->db = Database::connect($this->DBGroup);

Expand Down

0 comments on commit 271fc9f

Please sign in to comment.