1
0
mirror of https://github.com/flarum/core.git synced 2025-10-12 23:44:27 +02:00

Fix installation

This commit is contained in:
Toby Zerner
2015-10-20 22:07:35 +10:30
parent 067552efe5
commit 22ffb76cb5
3 changed files with 3 additions and 3 deletions

View File

@@ -238,7 +238,7 @@ class InstallCommand extends AbstractCommand
protected function writeSettings()
{
$settings = $this->application->make('Flarum\Settings\SettingsRepository');
$settings = $this->application->make('Flarum\Settings\SettingsRepositoryInterface');
$this->info('Writing default settings');