mirror of
https://github.com/flarum/framework.git
synced 2025-02-25 15:01:28 +08:00
Fix installation command, part 2
This commit is contained in:
parent
def0023382
commit
ad74488af8
@ -301,8 +301,6 @@ class InstallCommand extends AbstractCommand
|
|||||||
$this->application->make('files')
|
$this->application->make('files')
|
||||||
);
|
);
|
||||||
|
|
||||||
$migrator = $extensions->getMigrator();
|
|
||||||
|
|
||||||
$disabled = [
|
$disabled = [
|
||||||
'flarum-akismet',
|
'flarum-akismet',
|
||||||
'flarum-auth-facebook',
|
'flarum-auth-facebook',
|
||||||
@ -319,10 +317,6 @@ class InstallCommand extends AbstractCommand
|
|||||||
$this->info('Enabling extension: '.$name);
|
$this->info('Enabling extension: '.$name);
|
||||||
|
|
||||||
$extensions->enable($name);
|
$extensions->enable($name);
|
||||||
|
|
||||||
foreach ($migrator->getNotes() as $note) {
|
|
||||||
$this->info($note);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user