]> Raphaël G. Git Repositories - userbundle/commitdiff
Readd getAlias member function
authorRaphaël Gertz <git@rapsys.eu>
Thu, 7 Mar 2024 19:44:34 +0000 (20:44 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 7 Mar 2024 19:44:34 +0000 (20:44 +0100)
DependencyInjection/RapsysUserExtension.php

index 96fb8f5347474bed9a6d0a8c4027ee0b9b8412e2..5f92c1072bb2fad000e12e4ee9b12b9f4790deed 100644 (file)
@@ -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();
+       }
 }