Parcourir la source

[Routing] Added a missing property declaration

Victor Berchet il y a 13 ans
Parent
commit
651f4c5d2d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;