Parcourir la source

Merge branch 'master' into core_bundle

Thomas Rabaix il y a 11 ans
Parent
commit
b9fb3a0d3c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)
     {