Skip to content

Commit

Permalink
Updated to PHP Chess 1.4.84
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Dec 13, 2024
1 parent 67061a8 commit af4d258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Game/Async/StockfishTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function run()
$end = end($history);

return [
'pgn' => $end['move']['pgn'],
'pgn' => $end['pgn'],
];
}
}

0 comments on commit af4d258

Please sign in to comment.