[CORE][Modules][Plugin] version should be static
This commit is contained in:
@@ -57,7 +57,7 @@ use Symfony\Contracts\HttpClient\Exception\TransportExceptionInterface;
|
||||
*/
|
||||
class StoreRemoteMedia extends Plugin
|
||||
{
|
||||
public function version(): string
|
||||
public static function version(): string
|
||||
{
|
||||
return '3.0.0';
|
||||
}
|
||||
|
Reference in New Issue
Block a user