|
|
|
|
@ -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 |
|
|
|
|
|