Skip to content

Commit

Permalink
Use Dal constants for the driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jul 1, 2017
1 parent cec82c3 commit 0a025c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Frontend/Reader.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function __construct(string $dsn, string $user, string $password)
{
$this->_databaseConnection = Dal::getInstance(
'main',
'Pdo',
Dal::PDO,
$dsn,
$user,
$password
Expand Down

0 comments on commit 0a025c7

Please sign in to comment.