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:
Franz Liedke 2017-12-19 23:48:38 +01:00
parent bfd98e3371
commit 6efe2ee91a
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

View File

@ -65,7 +65,7 @@ class Site
/**
* @var array
*/
protected $config = [];
protected $config;
protected $extenders = [];