Skip to content

Commit 0a5b308

Browse files
stefanzweifelgithub-actions[bot]
authored andcommitted
Apply laravel-pint changes
1 parent 8b78577 commit 0a5b308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/RestoreCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function handle(
9595

9696
$importDumpAction->execute($pendingRestore);
9797

98-
if (!$this->option('keep')) {
98+
if (! $this->option('keep')) {
9999
info('Cleaning up …');
100100
$cleanupLocalBackupAction->execute($pendingRestore);
101101
}

0 commit comments

Comments
 (0)