FabienPennequin / FPNTagBundle

This bundle allows to tag your Doctrine entities easily
http://knpbundles.com/FabienPennequin/FPNTagBundle
76 stars 50 forks source link

Update README.md #25

Open garak opened 10 years ago

garak commented 10 years ago

Add "inversedBy" attribute in annotation. Without it, Doctrine complains: "The field Tag#tagging is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Tagging#tag does not contain the required 'inversedBy=tagging' attribute."