ソースを参照

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