An advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS system with an innovative page and form assembling process, versioning, workflow, translation and media managers and much more.
We are trying to migrate our first project to Symfony 6.4 with Kunstmaan 7.1. However, we are facing issues in the ExportService:
src/Kunstmaan/AdminListBundle/Service/ExportService.php#L80
\array_key_exists()
expects$item
to be an array, however it is directly our Entity of the current AdminList;For now, we have patched this into the following;