소스 검색

[Routing] Added a missing property declaration

Victor Berchet 13 년 전
부모
커밋
651f4c5d2d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;