Commit 5f453d5f authored by Fabien Potencier's avatar Fabien Potencier

changed a private property to protected (closes #261)

parent 4ce45f1e
...@@ -27,7 +27,7 @@ use Silex\Controller; ...@@ -27,7 +27,7 @@ use Silex\Controller;
*/ */
class ControllerCollection class ControllerCollection
{ {
private $controllers = array(); protected $controllers = array();
/** /**
* Maps a pattern to a callable. * Maps a pattern to a callable.
......
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