victoire
victoire copied to clipboard
Error after installing
Description
Runtime Notice: Victoire\Bundle\CoreBundle\Entity\View and Knp\DoctrineBehaviors\Model\Translatable\Translatable define the same property ($translations) i
n the composition of Victoire\Bundle\CoreBundle\Entity\View. This might be incompatible, to improve maintainability consider using accessor methods in traits instead. Class was composed
Resolution Ideas
Related to
Bundle | -- | -- | -- |
---|---|---|---|
Analytics | Page | ||
Blog | Query | ||
BusinessEntity | Seo | ||
BusinessPage | Sitemap | ||
Core | ✔ | Template | |
Criteria | Twig | ||
Filter | User | ||
Form | ViewReference | ||
I18n | ✔ | Widget | |
Media | WidgetMap |
The $translations
property is overridden in the View class only to declare the serializer group annotation on it. Maybe it is possible to declare serialization group in separate yml file instead of an annotation