Browse Source

Merge branch 'master' into core_bundle

Thomas Rabaix 11 năm trước cách đây
mục cha
commit
b9fb3a0d3c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
     {