diff --git a/src/AppBundle/Entity/Persona.php b/src/AppBundle/Entity/Persona.php index f2fe3e9..182a5ff 100644 --- a/src/AppBundle/Entity/Persona.php +++ b/src/AppBundle/Entity/Persona.php @@ -615,7 +615,9 @@ class Persona } - + public function __toString() { + return $this->getPrimerNombre() . " " . $this->getPrimerApellido(); + }