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 5a3d7a8 commit 7e74431Copy full SHA for 7e74431
src/Tasks/Backup/BackupJob.php
@@ -254,7 +254,7 @@ protected function dumpDatabases(): array
254
255
if (config('backup.backup.database_dump_filename_base') === 'connection') {
256
$dbName = $key;
257
- } else if ($dbDumper instanceof Sqlite) {
+ } elseif ($dbDumper instanceof Sqlite) {
258
$dbName = $key . '-database';
259
} else {
260
$dbName = $dbDumper->getDbName();
0 commit comments