ソースを参照

Merge branch 'master' into core_bundle

Thomas Rabaix 11 年 前
コミット
b9fb3a0d3c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Tests/Fixtures/Bundle/DemoAdminBundle.php

+ 1 - 1
Tests/Fixtures/Bundle/DemoAdminBundle.php

@@ -6,7 +6,7 @@ use Symfony\Component\HttpKernel\Bundle\Bundle;
 
 class DemoAdminBundle  extends Bundle
 {
-    private $path = null;
+    protected $path = null;
 
     public function setPath($path)
     {