浏览代码

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