kayue / KayueWordpressBundle

A Symfony 2 bundle for providing WordPress repositories and authenticating users (login).
101 stars 43 forks source link

Fix entity error #6

Closed luiges90 closed 11 years ago

luiges90 commented 11 years ago

Fix the following errors:

The association Kayue\WordpressBundle\Entity\Post#user refers to the inverse side field Kayue\WordpressBundle\Entity\User#posts which does not exist.

and

The association Kayue\WordpressBundle\Entity\Comment#user refers to the inverse side field Kayue\WordpressBundle\Entity\User#comments which does not exist.

kayue commented 11 years ago

Thanks for submitting the pull request.