Rapsys Git
/
userbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
522c2cc
)
Readd getAlias member function
author
Raphaël Gertz
<git@rapsys.eu>
Thu, 7 Mar 2024 19:44:34 +0000
(20:44 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Thu, 7 Mar 2024 19:44:34 +0000
(20:44 +0100)
DependencyInjection/RapsysUserExtension.php
patch
|
blob
|
history
diff --git
a/DependencyInjection/RapsysUserExtension.php
b/DependencyInjection/RapsysUserExtension.php
index 96fb8f5347474bed9a6d0a8c4027ee0b9b8412e2..5f92c1072bb2fad000e12e4ee9b12b9f4790deed 100644
(file)
--- a/
DependencyInjection/RapsysUserExtension.php
+++ b/
DependencyInjection/RapsysUserExtension.php
@@
-50,4
+50,13
@@
class RapsysUserExtension extends Extension {
//Set rapsysuser.version key
$container->setParameter($alias.'.version', RapsysUserBundle::getVersion());
}
+
+ /**
+ * {@inheritdoc}
+ *
+ * @xxx Required by kernel to load renamed alias configuration
+ */
+ public function getAlias(): string {
+ return RapsysUserBundle::getAlias();
+ }
}