]> Raphaël G. Git Repositories - packbundle/commitdiff
Cleanup
authorRaphaël Gertz <git@rapsys.eu>
Mon, 28 Oct 2019 20:03:51 +0000 (21:03 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 28 Oct 2019 20:03:51 +0000 (21:03 +0100)
DependencyInjection/RapsysPackExtension.php

index c84423301592280a213da76d2270911edfe6d912..bc155fc6a0cd6925e7885cd2144c0c1211737753 100644 (file)
@@ -18,7 +18,6 @@ class RapsysPackExtension extends Extension {
         */
        public function load(array $configs, ContainerBuilder $container) {
                //Load configuration
-               #$loader = new Loader\YamlFileLoader($container, new FileLocator(\dirname(__DIR__).'/Resources/config'));
                $loader = new Loader\YamlFileLoader($container, new FileLocator('config/packages'));
                $loader->load($this->getAlias().'.yaml');