Ejemplo n.º 1
0
 public function historicoTable()
 {
     return $this->recordes2(NULL);
     return json_encode(Historico::all());
 }