[CORE][Modules][Plugin] version should be static
This commit is contained in:
@@ -49,7 +49,7 @@ use SplFileInfo;
|
||||
*/
|
||||
class ImageEncoder extends Plugin
|
||||
{
|
||||
public function version(): string
|
||||
public static function version(): string
|
||||
{
|
||||
return '3.0.0';
|
||||
}
|
||||
|
Reference in New Issue
Block a user