mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 10:50:50 +08:00
Fix installation command
This commit is contained in:
parent
c34fcecf03
commit
8ec0578ddf
|
@ -249,12 +249,9 @@ class InstallCommand extends AbstractCommand
|
|||
|
||||
protected function runMigrations()
|
||||
{
|
||||
$this->migrator->setOutput($this->output);
|
||||
$this->migrator->getRepository()->createRepository();
|
||||
$this->migrator->run(__DIR__.'/../../../migrations');
|
||||
|
||||
foreach ($this->migrator->getNotes() as $note) {
|
||||
$this->info($note);
|
||||
}
|
||||
}
|
||||
|
||||
protected function writeSettings()
|
||||
|
|
Loading…
Reference in New Issue
Block a user