mirror of
https://github.com/flarum/framework.git
synced 2025-05-17 11:52:34 +08: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:
parent
bfd98e3371
commit
6efe2ee91a
@ -65,7 +65,7 @@ class Site
|
|||||||
/**
|
/**
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $config = [];
|
protected $config;
|
||||||
|
|
||||||
protected $extenders = [];
|
protected $extenders = [];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user