Jordi Boggiano 13 years ago
parent
commit
9457fdf3a4
1 changed files with 1 additions and 1 deletions
  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;