π | Responsive Image Debugger | On some environemnt watermark effect from image_effects module does not work
πΊπΈUnited States warwickshaw
Edit
src/Entity/ImageStyle.php
Add the missing getName() method.
/**
* {@inheritdoc}
*/
public function getName() {
return $this->get('name');
}