Explorar o código

[Routing] Added a missing property declaration

Victor Berchet %!s(int64=13) %!d(string=hai) anos
pai
achega
651f4c5d2d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Symfony/Component/Routing/Matcher/UrlMatcher.php

+ 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;