contributte / apitte-skeleton

🎁 API / REST API / JSON API / PSR-7 / Middlewares project skeleton based on Nette Framework (@nette), Apitte (@apitte), Doctrine (@nettrine) and Contributte (@contributte) libraries by @f3l1x.

Home Page:https://examples.contributte.org/apitte-skeleton/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony AnnotationLoader missing

lukasbruha opened this issue · comments

AnnotationLoader has been deprecated for a while in < 7. It has been replaced by AttributeLoader since then.

Please, change symfony.serializer.annotationLoader in services.neon from Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader to Symfony\Component\Serializer\Mapping\Loader\AttributeLoader.

Resolved, thanks.