コード例 #1
0
ファイル: PlayerController.php プロジェクト: murribu/trumedia
 function getCatchers()
 {
     $catchers = Players::whereRaw('mlb_id in (select distinct catcher_id from pitches)')->orderBy('name')->get();
     return $catchers;
 }