diff --git a/src/AppBundle/DependencyInjection/AppExtension.php b/src/AppBundle/DependencyInjection/AppExtension.php index ef0c117c..5dce46a6 100644 --- a/src/AppBundle/DependencyInjection/AppExtension.php +++ b/src/AppBundle/DependencyInjection/AppExtension.php @@ -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'); } } diff --git a/src/AppBundle/config/services.yml b/src/AppBundle/Resources/config/services.yml similarity index 100% rename from src/AppBundle/config/services.yml rename to src/AppBundle/Resources/config/services.yml