Skip to content

Commit

Permalink
Updated ChessServer\Command\Data\Cli
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Oct 17, 2024
1 parent 06c164c commit e4e9042
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Command/Data/Cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public function __construct(Pool $pool)
// text-based commands
$this->commands->attach((new AnnotationsGameCommand())->setPool($pool));
$this->commands->attach((new RankingCommand())->setPool($pool));
$this->commands->attach((new ResultCommand())->setPool($pool));
// param-based commands
$this->commands->attach((new AutocompleteBlackCommand())->setPool($pool));
$this->commands->attach((new AutocompleteEventCommand())->setPool($pool));
Expand Down

0 comments on commit e4e9042

Please sign in to comment.