Example #1
0
 function getPitchTypes()
 {
     $pitch_types = PitchType::select('id', 'description', 'slug')->get();
     return $pitch_types;
 }