Jordi Boggiano 13 vuotta sitten
vanhempi
commit
9457fdf3a4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/Packagist/WebBundle/Entity/Author.php

+ 1 - 1
src/Packagist/WebBundle/Entity/Author.php

@@ -49,7 +49,7 @@ class Author
     private $homepage;
 
     /**
-     * @ORM\ManyToMany(targetEntity="Packagist\WebBundle\Entity\Version", mappedBy="tags")
+     * @ORM\ManyToMany(targetEntity="Packagist\WebBundle\Entity\Version", mappedBy="authors")
      */
     private $versions;