[Routing] Added a missing property declaration

This commit is contained in:
Victor Berchet 2012-02-07 17:43:55 +01:00 committed by Fabien Potencier
parent 2434552aa9
commit 651f4c5d2d

View File

@ -26,6 +26,7 @@ use Symfony\Component\Routing\RequestContext;
class UrlMatcher implements UrlMatcherInterface
{
protected $context;
protected $allow;
private $routes;