Ver código fonte

[Routing] Added a missing property declaration

Victor Berchet 13 anos atrás
pai
commit
651f4c5d2d

+ 1 - 0
src/Symfony/Component/Routing/Matcher/UrlMatcher.php

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