[Routing] Added a missing property declaration

This commit is contained in:
Victor Berchet 2012-02-07 17:43:55 +01:00
parent d86e1eb71c
commit abc2141d5b

View File

@ -31,6 +31,7 @@ class UrlMatcher implements UrlMatcherInterface
const ROUTE_MATCH = 2;
protected $context;
protected $allow;
private $routes;