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:
committed by
Franz Liedke
parent
2b5dab73f9
commit
e4412178b1
@@ -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);
|
||||
|
Reference in New Issue
Block a user