Beispiel #1
0
 public function mariconear($user_id, $match_id)
 {
     try {
         Match::unConfirmUserIdInMatchTeam($user_id, $match_id);
         Match::deleteUserInMatchTeam($user_id, $match_id);
     } catch (\Exception $e) {
         throw $e;
     }
 }