Fix PHP warning

pull/3413/head
Julio Montoya 6 years ago
parent 40b12b170b
commit 58e3550d9c
  1. 3
      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

Loading…
Cancel
Save