[CORE][Modules][Plugin] version should be static

This commit is contained in:
2022-03-28 21:18:44 +01:00
parent fa82306f6f
commit 83599ef866
9 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ abstract class Plugin extends Module
{
public const MODULE_TYPE = 'plugin';
public function version(): string
public static function version(): string
{
return GNUSOCIAL_BASE_VERSION;
}