bastien 13 years ago
parent
commit
d15f7d0276
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Muzich/CoreBundle/Entity/UsersElementsFavorites.php

+ 1 - 1
src/Muzich/CoreBundle/Entity/UsersElementsFavorites.php View File

34
    * Cet attribut contient l'objet Element lié
34
    * Cet attribut contient l'objet Element lié
35
    * 
35
    * 
36
    * @ORM\ManyToOne(targetEntity="Element", inversedBy="users")
36
    * @ORM\ManyToOne(targetEntity="Element", inversedBy="users")
37
-   * @ORM\JoinColumn(name="tag_id", referencedColumnName="id")
37
+   * @ORM\JoinColumn(name="element_id", referencedColumnName="id")
38
    */
38
    */
39
   protected $element;
39
   protected $element;
40
   
40