1
0
mirror of https://github.com/flarum/core.git synced 2025-10-13 07:54:25 +02:00

Live output of migrator notes

This commit is contained in:
Toby Zerner
2018-09-21 11:22:51 +09:30
parent 986d811a16
commit 9e487b4e41
3 changed files with 25 additions and 29 deletions

View File

@@ -236,11 +236,7 @@ class ExtensionManager
} else {
$this->migrator->reset($migrationDir, $extension);
}
return $this->migrator->getNotes();
}
return [];
}
/**