X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/packbundle/blobdiff_plain/ce4ef48d51a312fa5f854e91f3825a699d9325e8..f414da492f983455e1db3f9e89f8cb12a8a1ed8b:/RapsysPackBundle.php?ds=sidebyside

diff --git a/RapsysPackBundle.php b/RapsysPackBundle.php
index ca879af..7be0f82 100644
--- a/RapsysPackBundle.php
+++ b/RapsysPackBundle.php
@@ -23,7 +23,7 @@ class RapsysPackBundle extends Bundle {
 	 *
 	 * @return string The bundle alias
 	 */
-    public 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));
-    }
+	}
 }