コード例 #1
0
ファイル: StationRepository.php プロジェクト: dericcain/psa
 /**
  * @param $station_id
  * @return int
  */
 public function destroy($station_id)
 {
     return Station::destroy($station_id);
 }