예제 #1
0
파일: PPM.php 프로젝트: ozerich/ppm-sdk
 public function playFastGame($team_id)
 {
     $url = $this->factory->getRouter()->playFastGame($team_id);
     $this->downloader->post($url, ['lineup' => 1, 'tactics' => 1]);
 }