mirror of
https://github.com/symfony/recipes.git
synced 2026-09-13 08:06:23 +03:00
renamed container.yaml to services.yaml
This commit is contained in:
@@ -44,7 +44,7 @@ final class Kernel extends BaseKernel
|
||||
if (is_dir($confDir.'/packages/'.$this->environment)) {
|
||||
$loader->load($confDir.'/packages/'.$this->environment.'/**/*'.self::CONFIG_EXTS, 'glob');
|
||||
}
|
||||
$loader->load($confDir.'/container'.self::CONFIG_EXTS, 'glob');
|
||||
$loader->load($confDir.'/services'.self::CONFIG_EXTS, 'glob');
|
||||
}
|
||||
|
||||
protected function configureRoutes(RouteCollectionBuilder $routes): void
|
||||
|
||||
Reference in New Issue
Block a user