mirror of
https://github.com/flarum/core.git
synced 2025-10-11 23:14:29 +02:00
Fix installation
This commit is contained in:
@@ -42,7 +42,7 @@ class InstallCommand extends AbstractCommand
|
||||
{
|
||||
$this->application = $application;
|
||||
|
||||
\Flarum\Console\Command\parent::__construct();
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
protected function configure()
|
||||
@@ -342,7 +342,7 @@ class InstallCommand extends AbstractCommand
|
||||
*/
|
||||
protected function getPrerequisites()
|
||||
{
|
||||
return $this->application->make('Flarum\Install\Prerequisites\Prerequisite');
|
||||
return $this->application->make('Flarum\Install\Prerequisite\PrerequisiteInterface');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user