Beispiel #1
0
 private function deleteTeams($match_id)
 {
     Match::deleteTeamsForMatch($match_id);
     Match::clearMatchTeamsInMatch($match_id);
 }