Rapsys Git
/
packbundle
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add image controller and util classes
[packbundle]
/
RapsysPackBundle.php
diff --git
a/RapsysPackBundle.php
b/RapsysPackBundle.php
index ca879af6cfdc39050e1166ea57907c1ae2a65e81..7be0f82532302482da3b20eaa9be7525b1ee81bd 100644
(file)
--- a/
RapsysPackBundle.php
+++ b/
RapsysPackBundle.php
@@
-23,7
+23,7
@@
class RapsysPackBundle extends Bundle {
*
* @return string The bundle alias
*/
*
* @return string The bundle alias
*/
-
publ
ic function getAlias(): string {
+
public stat
ic function getAlias(): string {
//With namespace
if ($npos = strrpos(static::class, '\\')) {
//Set name pos
//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));
//Return underscored lowercase bundle alias
return Container::underscore(substr(static::class, $npos, $bpos));
- }
+
}
}
}