I have an issue on loading AliceBundleFixtures for translations managed by ApiPlatformTranslationBundle.
This is the trace on loading fixtures:
In SimpleObjectGenerator.php line 111:
An error occurred while generating the fixture "article_1_inventory2" (App\Entity\ArticleInventory): An error occurred while generating the fixture "article_color_blue_en" (App\Entity\ArticleColorT
ranslation): Call to a member function containsKey() on null
In SimpleObjectGenerator.php line 111:
An error occurred while generating the fixture "article_color_blue_en" (App\Entity\ArticleColorTranslation): Call to a member function containsKey() on null
In TranslatableTrait.php line 146:
Call to a member function containsKey() on null
I have an issue on loading AliceBundleFixtures for translations managed by ApiPlatformTranslationBundle.
This is the trace on loading fixtures:
This is my fixtures:
Thanks for your help..