Skip to content

Commit

Permalink
Don't hard code MySQL any more
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanchilvers committed Feb 6, 2020
1 parent 48a0b51 commit 8b217f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ protected function newBuilder()
{
// @todo Don't hardcode mysql
return new \ClanCats\Hydrahon\Builder(
'mysql',
$this->connection->getAttribute(PDO::ATTR_DRIVER_NAME),
$this->generateCallback()
);
}
Expand Down

0 comments on commit 8b217f2

Please sign in to comment.