[DOCS][Developer] Elaborate on implementing and configuring a module

This commit is contained in:
2021-08-22 19:58:48 +01:00
committed by Hugo Sales
parent 141f919ca7
commit 1ee8df1494
15 changed files with 151 additions and 20 deletions

View File

@@ -41,7 +41,7 @@ abstract class Module
}
}
public static function name()
public static function name(): string
{
return mb_strtolower(explode('\\', static::class)[2]);
}