Skip to content

Commit

Permalink
The /heuristics command depends on the /start command
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Apr 7, 2023
1 parent d09cdc5 commit 58f00fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Command/HeuristicsCommand.php
Expand Up @@ -11,6 +11,9 @@ public function __construct()
$this->params = [
'movetext' => '<string>',
];
$this->dependsOn = [
StartCommand::class,
];
}

public function validate(array $argv)
Expand Down

0 comments on commit 58f00fc

Please sign in to comment.