mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-09 05:38:39 +00:00
Added config
This commit is contained in:
parent
b66afdf9f0
commit
cc28991671
|
|
@ -37,6 +37,14 @@ class ApplicationAbstract
|
||||||
*/
|
*/
|
||||||
public $appName = '';
|
public $appName = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Config.
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
private $config = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Database object.
|
* Database object.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user