diff --git a/DependencyInjection/FlasherToastrExtension.php b/DependencyInjection/FlasherToastrExtension.php index 33004295..b623aa64 100644 --- a/DependencyInjection/FlasherToastrExtension.php +++ b/DependencyInjection/FlasherToastrExtension.php @@ -18,7 +18,7 @@ final class FlasherToastrExtension extends Extension implements PrependExtension public function load(array $configs, ContainerBuilder $container) { $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); - $loader->load('services.yaml'); + $loader->load('config.yaml'); $configuration = new Configuration(); $this->processConfiguration($configuration, $configs); diff --git a/Resources/config/services.yaml b/Resources/config/config.yaml similarity index 100% rename from Resources/config/services.yaml rename to Resources/config/config.yaml