Skip to content

Commit 8ae7ad7

Browse files
author
Marvin Courcier
committed
🐛 (kernel) when configuring the container add services with php ext
1 parent 4575794 commit 8ae7ad7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Kernel/MicroKernelTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ private function configureContainer(ContainerConfigurator $container, LoaderInte
5858
$container->import($configDir.'/{services}_'.$this->environment.'.yaml');
5959
} else {
6060
$container->import($configDir.'/{services}.php');
61+
$container->import($configDir.'/{services}_'.$this->environment.'.php');
6162
}
6263
}
6364

0 commit comments

Comments
 (0)