mirror of
https://github.com/flarum/core.git
synced 2025-07-25 18:51:40 +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);
|
$this->info('Rolling back extension: '.$extensionName);
|
||||||
|
|
||||||
$notes = $this->manager->migrateDown($extension);
|
$this->manager->getMigrator()->setOutput($this->output);
|
||||||
|
$this->manager->migrateDown($extension);
|
||||||
foreach ($notes as $note) {
|
|
||||||
$this->info($note);
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->info('DONE.');
|
$this->info('DONE.');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user