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