Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Commit 9b37d8c

Browse files
Merge pull request #166 from PhillipMwaniki/bug/default-connection
Make MySQL the default connection type incase the project's connection type is different.
2 parents b5f5db9 + ea89d6b commit 9b37d8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Connection/DatabaseConnector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public function getConnection($database = null)
2626
$className = "PostgresConnection";
2727
break;
2828
default:
29+
$className = "MySqlConnection";
2930
break;
3031
}
3132

0 commit comments

Comments
 (0)