Skip to content

Commit

Permalink
Update DbDumperFactory.php (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciungulete authored Oct 27, 2021
1 parent cf290e9 commit 1aa4394
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Tasks/Backup/DbDumperFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ protected static function forDriver($dbDriver): DbDumper
}

return match ($driver) {
'mysql' => new MySql(),
'mariadb' => new MySql(),
'mysql', 'mariadb' => new MySql(),
'pgsql' => new PostgreSql(),
'sqlite' => new Sqlite(),
'mongodb' => new MongoDb(),
Expand Down

0 comments on commit 1aa4394

Please sign in to comment.