コード例 #1
0
ファイル: Estado.php プロジェクト: pspaulus/MyBici_server
 public function getEstadoBicicletas()
 {
     $estados = \App\Estado::whereIn('id', [3, 7, 8, 9, 6])->get();
     return $estados;
 }