Skip to content

Commit

Permalink
Updated to PHP Chess 1.4.91
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Jan 3, 2025
1 parent 49870ed commit 12c792b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Command/Game/Async/HeuristicTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace ChessServer\Command\Game\Async;

use Chess\FenToBoardFactory;
use Chess\SanHeuristics;
use Chess\SanPlotter;
use Chess\Function\CompleteFunction;
use Chess\Variant\Capablanca\Board as CapablancaBoard;
use Chess\Variant\CapablancaFischer\Board as CapablancaFischerBoard;
Expand Down Expand Up @@ -35,7 +35,7 @@ public function run()
: new ClassicalBoard();
}

$time = (new SanHeuristics(
$time = (new SanPlotter(
new CompleteFunction(),
$this->params['movetext'],
$this->params['name'],
Expand Down

0 comments on commit 12c792b

Please sign in to comment.