Skip to content

Commit 7e74431

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 5a3d7a8 commit 7e74431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tasks/Backup/BackupJob.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ protected function dumpDatabases(): array
254254

255255
if (config('backup.backup.database_dump_filename_base') === 'connection') {
256256
$dbName = $key;
257-
} else if ($dbDumper instanceof Sqlite) {
257+
} elseif ($dbDumper instanceof Sqlite) {
258258
$dbName = $key . '-database';
259259
} else {
260260
$dbName = $dbDumper->getDbName();

0 commit comments

Comments
 (0)