mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 21:34:59 +00:00
fix sf4 deprecated: exclude entities from autowired services
This commit is contained in:
@@ -24,16 +24,8 @@ class ChillEventExtension extends Extension implements PrependExtensionInterface
|
||||
$configuration = new Configuration();
|
||||
$config = $this->processConfiguration($configuration, $configs);
|
||||
|
||||
$loader = new Loader\YamlFileLoader($container,
|
||||
new FileLocator(__DIR__.'/../Resources/config/services'));
|
||||
$loader->load('repositories.yml');
|
||||
$loader->load('search.yml');
|
||||
$loader->load('authorization.yml');
|
||||
$loader->load('forms.yml');
|
||||
$loader->load('fixtures.yml');
|
||||
$loader->load('menu.yml');
|
||||
$loader->load('controller.yml');
|
||||
$loader->load('timeline.yml');
|
||||
$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
|
||||
$loader->load('services.yml');
|
||||
}
|
||||
|
||||
/* (non-PHPdoc)
|
||||
|
Reference in New Issue
Block a user