Tests still passing
This commit is contained in:
@@ -31,7 +31,6 @@ class AppKernel extends Kernel
|
||||
*/
|
||||
public function registerContainerConfiguration(LoaderInterface $loader): void
|
||||
{
|
||||
dump(__DIR__.'/config_'.$this->getEnvironment().'.yml');
|
||||
$loader->load(__DIR__.'/config_'.$this->getEnvironment().'.yml');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user