mirror of
https://github.com/flarum/framework.git
synced 2025-01-22 23:40:45 +08:00
Fix live output in ResetCommand
This was forgotten in aab06e0
.
Fixes #1663.
This commit is contained in:
parent
ff17cba95a
commit
13005b0363
|
@ -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