Example #1
0
 function getTeams()
 {
     $teams = Pitch::selectRaw('distinct visitor')->get();
     return $teams;
 }