Skip to content

Commit a651f8d

Browse files
committed
Fix call to db:wipe
1 parent 1c9b80c commit a651f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/DbUpgradeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ protected function exportContent(): void
265265
protected function wipeDatabase(): void
266266
{
267267
$this->call('db:wipe', [
268-
'force' => $this->option('force'),
268+
'--force' => $this->option('force'),
269269
]);
270270
}
271271

0 commit comments

Comments
 (0)