We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01ccc7 commit 98723efCopy full SHA for 98723ef
src/Commands/PluginMigrateRollbackCommand.php
@@ -41,7 +41,7 @@ public function handle()
41
try {
42
$path = $plugin->getMigratePath();
43
if (glob("$path/*")) {
44
- $exitCode = $this->call('migrate:reset', [
+ $exitCode = $this->call('migrate:rollback', [
45
'--database' => $this->option('database'),
46
'--force' => $this->option('force') ?? true,
47
'--path' => $plugin->getMigratePath(),
0 commit comments