diff --git a/src/AppBundle/Entity/DocenteServicio.php b/src/AppBundle/Entity/DocenteServicio.php index f337514..a56499b 100644 --- a/src/AppBundle/Entity/DocenteServicio.php +++ b/src/AppBundle/Entity/DocenteServicio.php @@ -63,15 +63,15 @@ class DocenteServicio { */ protected $idServicioCe; - /** @ORM\Column(type="date", nullable=false, options={"comment" = "Fecha de creación de la solicitud"}) + /** @ORM\Column(type="datetime", nullable=false, options={"comment" = "Fecha de creación de la solicitud"}) /** - * @Assert\Date() + * @Assert\DateTime() */ private $fechaSolicitud; - /** @ORM\Column(type="date", nullable=false, options={"comment" = "Fecha de actualizada la solicitud"}) + /** @ORM\Column(type="datetime", nullable=false, options={"comment" = "Fecha de actualizada la solicitud"}) /** - * @Assert\Date() + * @Assert\DateTime() */ private $fechaUltimaActualizacion;