We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b694a01 commit 343cbd6Copy full SHA for 343cbd6
src/Illuminate/Database/Console/DbCommand.php
@@ -130,7 +130,8 @@ public function commandEnvironment(array $connection)
130
public function getCommand(array $connection)
131
{
132
return [
133
- 'mysql', 'mariadb' => 'mysql',
+ 'mysql' => 'mysql',
134
+ 'mariadb' => 'mysql',
135
'pgsql' => 'psql',
136
'sqlite' => 'sqlite3',
137
'sqlsrv' => 'sqlcmd',
0 commit comments