Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed May 2, 2024
1 parent 5a3d7a8 commit 7e74431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tasks/Backup/BackupJob.php
Expand Up @@ -254,7 +254,7 @@ protected function dumpDatabases(): array

if (config('backup.backup.database_dump_filename_base') === 'connection') {
$dbName = $key;
} else if ($dbDumper instanceof Sqlite) {
} elseif ($dbDumper instanceof Sqlite) {
$dbName = $key . '-database';
} else {
$dbName = $dbDumper->getDbName();
Expand Down

0 comments on commit 7e74431

Please sign in to comment.