mirror of
https://github.com/flarum/framework.git
synced 2024-11-27 19:13:37 +08:00
Fix live output in ResetCommand
This was forgotten in 9e487b4
.
Fixes #1663.
This commit is contained in:
parent
45afc33eb0
commit
f591585d02
|
@ -71,11 +71,8 @@ class ResetCommand extends AbstractCommand
|
|||
|
||||
$this->info('Rolling back extension: '.$extensionName);
|
||||
|
||||
$notes = $this->manager->migrateDown($extension);
|
||||
|
||||
foreach ($notes as $note) {
|
||||
$this->info($note);
|
||||
}
|
||||
$this->manager->getMigrator()->setOutput($this->output);
|
||||
$this->manager->migrateDown($extension);
|
||||
|
||||
$this->info('DONE.');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user