diff --git a/src/Kix/MdashBundle/DependencyInjection/KixMdashExtension.php b/src/Kix/MdashBundle/DependencyInjection/KixMdashExtension.php index 0b7af8a..ed29835 100644 --- a/src/Kix/MdashBundle/DependencyInjection/KixMdashExtension.php +++ b/src/Kix/MdashBundle/DependencyInjection/KixMdashExtension.php @@ -19,9 +19,6 @@ class KixMdashExtension extends Extension */ public function load(array $configs, ContainerBuilder $container) { - $configuration = new Configuration(); - $this->processConfiguration($configuration, $configs); - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); $loader->load('services.yml'); }