mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:35:01 +08:00
Fix typo causing bundled extensions to not be enabled
This commit is contained in:
parent
822b31468a
commit
a289884f7c
|
@ -248,7 +248,7 @@ class InstallCommand extends Command
|
|||
$migrator = $extensions->getMigrator();
|
||||
|
||||
foreach ($extensions->getInfo() as $extension) {
|
||||
$name = $extensions->name;
|
||||
$name = $extension->name;
|
||||
|
||||
if ($name === 'pusher') {
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue
Block a user