Oleksandr Shubin

Results 3 comments of Oleksandr Shubin

Jan 9, 2023. The issue still exists. Driver: Imagick. It is enough to save at 100% quality to reproduce. Any suggestions?

I've got same problem, using trait "Timestamps". It already has `use Gedmo\Mapping\Annotation as Gedmo;` I tried: 1. `doctrine:clear:metadata:cache` 2. [This solution](https://github.com/laravel-doctrine/extensions/issues/24). To move service provider above - however since Laravel...

Adding `LaravelDoctrine\Extensions\GedmoExtensionsServiceProvider::class,` to config/app.php solved the issue. I understand that this is described in official documentation > https://www.laraveldoctrine.org/docs/1.3/extensions/installation However the latest one is for 1.3, moreover for the reason described...