[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

@@ -44,7 +44,7 @@ use App\Util\Exception\ServerException;
*/
class FileQuota extends Plugin
{
public function version(): string
public static function version(): string
{
return '1.0.0';
}