mirror of
https://github.com/flarum/core.git
synced 2025-07-19 07:41:22 +02:00
Fix previous commit
Prevent `flarum.config` from being bound in the container when the software has not been installed yet.
This commit is contained in:
@@ -65,7 +65,7 @@ class Site
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
protected $config = [];
|
||||
protected $config;
|
||||
|
||||
protected $extenders = [];
|
||||
|
||||
|
Reference in New Issue
Block a user