Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/06/2015, 07:34
Avatar de hhs
hhs
Colaborador
 
Fecha de Ingreso: junio-2013
Ubicación: México
Mensajes: 2.995
Antigüedad: 11 años, 4 meses
Puntos: 379
Respuesta: Formulario - entity - combinar más de un property

Puedes implementar el método __toString y quitar la opción property de del campo entity
Código PHP:
Ver original
  1. public function __toString()
  2. {
  3.     return $this->origen .' '. $this->destino
  4. }
__________________
Saludos
About me
Laraveles
A class should have only one reason to change.