Commit e5be01a81cee117df6a1086916844ccba9b12bc6

Authored by ubv
1 parent ccfe587f9b
Exists in develop

formulario

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/UBV/SurUbvBundle/Entity/Convenio.php
@@ -25,7 +25,7 @@ class Convenio @@ -25,7 +25,7 @@ class Convenio
25 protected $descripcion; 25 protected $descripcion;
26 26
27 /** 27 /**
28 - * @ORM\OneToMany(targetEntity="Candidato", mappedBy="convenio") 28 + * @ORM\OneToMany(targetEntity="Candidato", mappedBy="Convenio")
29 * @ORM\JoinColumn(name="id", referencedColumnName="convenio_id", nullable=false) 29 * @ORM\JoinColumn(name="id", referencedColumnName="convenio_id", nullable=false)
30 */ 30 */
31 protected $candidatos; 31 protected $candidatos;