1
This commit is contained in:
parent
398a8cffa9
commit
00a37a4c3c
@ -136,7 +136,7 @@ class BattleController extends BaseAuthedController {
|
||||
}
|
||||
$data = json_decode(file_get_contents('php://input'), true);
|
||||
error_log(json_encode($data));
|
||||
foreach ($data as $teamData){
|
||||
foreach ($data['team_list'] as $teamData){
|
||||
$this->_handleTeamReport($teamData);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user