Skip to content
Snippets Groups Projects
Commit adcb738e authored by Thomas Müller's avatar Thomas Müller
Browse files

initialize $middleWares

parent 6979fd34
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ class DIContainer extends SimpleContainer implements IAppContainer{
/**
* @var array
*/
private $middleWares;
private $middleWares = array();
/**
* Put your class dependencies in here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment