Commit e6902d10 authored by Chris Heng's avatar Chris Heng

Change visibility of `providers` and `booted` to protected

parent a5cb55ce
...@@ -48,8 +48,8 @@ class Application extends \Pimple implements HttpKernelInterface, TerminableInte ...@@ -48,8 +48,8 @@ class Application extends \Pimple implements HttpKernelInterface, TerminableInte
const EARLY_EVENT = 512; const EARLY_EVENT = 512;
const LATE_EVENT = -512; const LATE_EVENT = -512;
private $providers = array(); protected $providers = array();
private $booted = false; protected $booted = false;
/** /**
* Instantiate a new Application. * Instantiate a new Application.
......
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