Rapsys Git
/
packbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2094432
)
Remove path bundle parameter
author
Raphaël Gertz
<git@rapsys.eu>
Sun, 8 Dec 2024 04:53:30 +0000
(
05:53
+0100)
committer
Raphaë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
patch
|
blob
|
history
diff --git
a/DependencyInjection/RapsysPackExtension.php
b/DependencyInjection/RapsysPackExtension.php
index fc9efcebcb19db954d30711c3c7682d1248af9e4..3a6ed53cbf716ca0ed208484b06661217ba0df0c 100644
(file)
--- a/
DependencyInjection/RapsysPackExtension.php
+++ b/
DependencyInjection/RapsysPackExtension.php
@@
-49,8
+49,11
@@
class RapsysPackExtension extends Extension {
//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());