Rapsys Git
/
packbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f214dc9
)
Cleanup
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 7 Sep 2021 13:34:55 +0000
(15:34 +0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 7 Sep 2021 13:34:55 +0000
(15:34 +0200)
RapsysPackBundle.php
patch
|
blob
|
history
diff --git
a/RapsysPackBundle.php
b/RapsysPackBundle.php
index 67b26ce0bf57812df969222467d3cc0c0f62ac22..7be0f82532302482da3b20eaa9be7525b1ee81bd 100644
(file)
--- a/
RapsysPackBundle.php
+++ b/
RapsysPackBundle.php
@@
-23,7
+23,7
@@
class RapsysPackBundle extends Bundle {
*
* @return string The bundle alias
*/
- public static function getAlias(): string {
+
public static function getAlias(): string {
//With namespace
if ($npos = strrpos(static::class, '\\')) {
//Set name pos
@@
-45,5
+45,5
@@
class RapsysPackBundle extends Bundle {
//Return underscored lowercase bundle alias
return Container::underscore(substr(static::class, $npos, $bpos));
- }
+
}
}