This repository has been archived by the owner on Aug 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
X-to-many relationships not working on autogenerated Doctrine entities #54
Comments
Is that on a newer version of Doctrine? |
The latest as of yesterday 👍 |
Stable, of course. |
Alright, I can't test it and older versions of Doctrine I was using were using |
I'll look into it. |
👍 |
Any progress on this front, using version Symfony 2.8.4-DEV and doctrine 1.2 and bundle is importing one-to-many as one-to-one relation (setRelation instead of addRelation) ? i'm using khepin/KhepinYamlFixturesBundle 1.0.0. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The autogen'd methods on a doctrine model are as follows:
addXxx, removeXxx, getXxxs
We shouldn't need to modify these entities adding a
setXxxs
to make it work with the bundle.The text was updated successfully, but these errors were encountered: