[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

@@ -49,7 +49,7 @@ use SplFileInfo;
*/
class ImageEncoder extends Plugin
{
public function version(): string
public static function version(): string
{
return '3.0.0';
}