mirror of
https://github.com/flarum/core.git
synced 2025-10-11 23:14:29 +02:00
Fix installation regressions
This commit is contained in:
@@ -231,6 +231,8 @@ class InstallCommand extends AbstractCommand
|
||||
|
||||
$this->info('Writing default settings');
|
||||
|
||||
$settings->set('version', $this->application->version());
|
||||
|
||||
foreach ($this->settings as $k => $v) {
|
||||
$settings->set($k, $v);
|
||||
}
|
||||
|
Reference in New Issue
Block a user