Пример #1
0
 public function playFastGame($team_id)
 {
     $url = $this->factory->getRouter()->playFastGame($team_id);
     $this->downloader->post($url, ['lineup' => 1, 'tactics' => 1]);
 }