Ejemplo n.º 1
0
 public function createNew($identidad)
 {
     $visita = visitas::create(["identidad" => $identidad]);
     return $visita;
 }