From e5be01a81cee117df6a1086916844ccba9b12bc6 Mon Sep 17 00:00:00 2001 From: ubv Date: Tue, 13 Mar 2018 08:02:28 -0400 Subject: [PATCH] formulario --- src/UBV/SurUbvBundle/Entity/Convenio.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UBV/SurUbvBundle/Entity/Convenio.php b/src/UBV/SurUbvBundle/Entity/Convenio.php index cf910d7..3851772 100644 --- a/src/UBV/SurUbvBundle/Entity/Convenio.php +++ b/src/UBV/SurUbvBundle/Entity/Convenio.php @@ -25,7 +25,7 @@ class Convenio protected $descripcion; /** - * @ORM\OneToMany(targetEntity="Candidato", mappedBy="convenio") + * @ORM\OneToMany(targetEntity="Candidato", mappedBy="Convenio") * @ORM\JoinColumn(name="id", referencedColumnName="convenio_id", nullable=false) */ protected $candidatos; -- 2.0.0