Seo – Symfony Easyadmin ChoiceField with enum not working
Symfony Easyadmin throws error while trying to add choice with enum as per official doc EasyAdmin Choice Field. NOTE:- Unnecessary lines of codes are omitted. My code: <?php namespace AppEntity; enum OGTypeStatus: string { case Website = 'website'; case Article…