Remove servies.yml into Resources/config
This commit is contained in:
parent
dc27231ce1
commit
c00b400fbc
|
@ -14,7 +14,7 @@ class AppExtension extends Extension
|
|||
*/
|
||||
public function load(array $configs, ContainerBuilder $container)
|
||||
{
|
||||
$loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../config'));
|
||||
$loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
|
||||
$loader->load('services.yml');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue