Browse Source

Fixed property visibility for Travis

Xavier Coureau 11 năm trước cách đây
mục cha
commit
5e15d1fa4e
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)
     {