Exemple #1
0
 public function getEstadoBicicletas()
 {
     $estados = \App\Estado::whereIn('id', [3, 7, 8, 9, 6])->get();
     return $estados;
 }