1
0
mirror of https://github.com/flarum/core.git synced 2025-10-11 23:14:29 +02:00

refactoring to support array closures migrations and fixed issues with previous pr for extension rewriting

This commit is contained in:
Daniel Klabbers
2016-02-25 23:25:22 +09:00
committed by Franz Liedke
parent 2b5dab73f9
commit e4412178b1
5 changed files with 60 additions and 49 deletions

View File

@@ -81,7 +81,7 @@ class MigrateCommand extends AbstractCommand
$this->info('Migrating extension: '.$name);
$extensions->migrate($name);
$extensions->migrate($extension);
foreach ($migrator->getNotes() as $note) {
$this->info($note);