Commit a1a7306f authored by Christophe Coevoet's avatar Christophe Coevoet

Added a missing property

parent 5c48a20f
...@@ -50,6 +50,7 @@ class Application extends \Pimple implements HttpKernelInterface, EventSubscribe ...@@ -50,6 +50,7 @@ class Application extends \Pimple implements HttpKernelInterface, EventSubscribe
private $providers = array(); private $providers = array();
private $booted = false; private $booted = false;
private $beforeDispatched = false;
/** /**
* Constructor. * Constructor.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment