Skip to content

Commit

Permalink
Fix kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroTroller committed Feb 19, 2016
1 parent 53cb59a commit 80d5799
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ConfigurableKernel extends Kernel
/**
* @var array
*/
private $config;
private $config = array();

/**
* @* @var callable[]
Expand Down

0 comments on commit 80d5799

Please sign in to comment.