]> Raphaël G. Git Repositories - packbundle/commitdiff
Remove path bundle parameter
authorRaphaël Gertz <git@rapsys.eu>
Sun, 8 Dec 2024 04:53:30 +0000 (05:53 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Sun, 8 Dec 2024 04:53:30 +0000 (05:53 +0100)
Add cache and public bundle parameters

DependencyInjection/RapsysPackExtension.php

index fc9efcebcb19db954d30711c3c7682d1248af9e4..3a6ed53cbf716ca0ed208484b06661217ba0df0c 100644 (file)
@@ -49,8 +49,11 @@ class RapsysPackExtension extends Extension {
                //Set rapsyspack.alias key
                $container->setParameter($alias.'.alias', $alias);
 
                //Set rapsyspack.alias key
                $container->setParameter($alias.'.alias', $alias);
 
-               //Set rapsyspack.path key
-               $container->setParameter($alias.'.path', $config['path']);
+               //Set rapsyspack.cache key
+               $container->setParameter($alias.'.cache', $config['cache']);
+
+               //Set rapsyspack.public key
+               $container->setParameter($alias.'.public', $config['public']);
 
                //Set rapsyspack.version key
                $container->setParameter($alias.'.version', RapsysPackBundle::getVersion());
 
                //Set rapsyspack.version key
                $container->setParameter($alias.'.version', RapsysPackBundle::getVersion());