Skip to content

Commit

Permalink
Merge pull request #104 from PhpGt/rename-dsn-to-driver
Browse files Browse the repository at this point in the history
Rename DSN to Driver
  • Loading branch information
g105b authored Jul 27, 2018
2 parents e532a28 + ca3075c commit 5df1717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/db-migrate
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ $settings = new Settings(
$repoBasePath,
$config->get("database.query_path")
]),
$config->get("database.dsn") ?? "mysql",

$config->get("database.driver") ?? mysql,
$config->get("database.schema"),
$config->get("database.host") ?? "localhost",
$config->get("database.port") ?? "3306",
Expand Down

0 comments on commit 5df1717

Please sign in to comment.