Ejemplo n.º 1
0
 /**
  * @param $station_id
  * @return int
  */
 public function destroy($station_id)
 {
     return Station::destroy($station_id);
 }