Remove servies.yml into Resources/config
This commit is contained in:
parent
dc27231ce1
commit
c00b400fbc
2 changed files with 1 additions and 1 deletions
src/AppBundle
|
@ -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…
Add table
Add a link
Reference in a new issue