Skip to content

Commit fcc4982

Browse files
committed
Merge branch 'master' into develop
2 parents 924a85e + 3051e79 commit fcc4982

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/Fixtures/app/AppKernel.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ public function getRootDir()
3232
*/
3333
public function registerContainerConfiguration(LoaderInterface $loader)
3434
{
35-
$loader->load($this->getRootDir() . '/config/config_' . $this->getEnvironment() . '.yml');
35+
$path = $this->getRootDir() . '/config/config_' . $this->getEnvironment() . '.yml';
36+
$loader->load($path);
3637
}
3738

3839
/**

0 commit comments

Comments
 (0)