diff --git a/src/Kernel.php b/src/Kernel.php index 33603e7ea9..8d63d60d2a 100644 --- a/src/Kernel.php +++ b/src/Kernel.php @@ -15,7 +15,7 @@ class Kernel extends BaseKernel { use MicroKernelTrait; - private const CONFIG_EXTS = '.{php,xml,yaml,yml}'; + //private const CONFIG_EXTS = '.{php,xml,yaml,yml}'; public function registerBundles(): iterable { @@ -72,7 +72,6 @@ class Kernel extends BaseKernel $container->import('../config/{packages}/'.$this->environment.'/*.yaml'); $container->import('../config/{services}.yaml'); $container->import('../config/{services}_'.$this->environment.'.yaml'); - } protected function configureRoutes(RoutingConfigurator $routes): void