mirror of
https://github.com/flarum/core.git
synced 2025-08-03 15:07:53 +02:00
Fix installation command
This commit is contained in:
@@ -249,12 +249,9 @@ class InstallCommand extends AbstractCommand
|
|||||||
|
|
||||||
protected function runMigrations()
|
protected function runMigrations()
|
||||||
{
|
{
|
||||||
|
$this->migrator->setOutput($this->output);
|
||||||
$this->migrator->getRepository()->createRepository();
|
$this->migrator->getRepository()->createRepository();
|
||||||
$this->migrator->run(__DIR__.'/../../../migrations');
|
$this->migrator->run(__DIR__.'/../../../migrations');
|
||||||
|
|
||||||
foreach ($this->migrator->getNotes() as $note) {
|
|
||||||
$this->info($note);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function writeSettings()
|
protected function writeSettings()
|
||||||
|
Reference in New Issue
Block a user