mirror of
https://github.com/flarum/framework.git
synced 2024-11-28 11:34:36 +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
|
||||
*/
|
||||
protected $config = [];
|
||||
protected $config;
|
||||
|
||||
protected $extenders = [];
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user