Skip to content

Commit 98723ef

Browse files
committed
fix: migrate rollback
1 parent a01ccc7 commit 98723ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/PluginMigrateRollbackCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function handle()
4141
try {
4242
$path = $plugin->getMigratePath();
4343
if (glob("$path/*")) {
44-
$exitCode = $this->call('migrate:reset', [
44+
$exitCode = $this->call('migrate:rollback', [
4545
'--database' => $this->option('database'),
4646
'--force' => $this->option('force') ?? true,
4747
'--path' => $plugin->getMigratePath(),

0 commit comments

Comments
 (0)