Added config

This commit is contained in:
Dennis Eichhorn 2016-11-12 21:40:30 +01:00
parent b66afdf9f0
commit cc28991671

View File

@ -37,6 +37,14 @@ class ApplicationAbstract
*/
public $appName = '';
/**
* Config.
*
* @var array
* @since 1.0.0
*/
private $config = [];
/**
* Database object.
*