mirror of
https://github.com/flarum/core.git
synced 2025-07-24 18:21:33 +02:00
Fix live output in ResetCommand
This was forgotten in aab06e0
.
Fixes #1663.
This commit is contained in:
@@ -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.');
|
||||
}
|
||||
|
Reference in New Issue
Block a user