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 d8035374be
commit e779b89bfb

View File

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