]> Raphaƫl G. Git Repositories - packbundle/blobdiff - DependencyInjection/RapsysPackExtension.php
Version 0.2.1
[packbundle] / DependencyInjection / RapsysPackExtension.php
index e1f19966186294bbbce1ac153abb28814bffa567..2bc7f67209d914171413ae505c3ad9b75057f543 100644 (file)
@@ -43,11 +43,8 @@ class RapsysPackExtension extends Extension {
                //Save configuration in parameters
                $container->setParameter(self::getAlias(), $config);
 
-               //Set rapsys_pack.public.path key
-               $container->setParameter(self::getAlias().'.public.path', $config['public']['path']);
-
-               //Set rapsys_pack.public.url key
-               $container->setParameter(self::getAlias().'.public.url', $config['public']['url']);
+               //Set rapsys_pack.path key
+               $container->setParameter(self::getAlias().'.path', $config['path']);
        }
 
        /**