Преглед изворни кода

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