فهرست منبع

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)
     {