Skip to content

Commit

Permalink
fix the problem that trace command doesn't launch
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-i committed Aug 13, 2021
1 parent a69c940 commit 8d77965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/Inspector/GetTraceCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public function configure(): void
$this->get_trace_settings_from_console_input->setOptions($this);
$this->trace_loop_settings_from_console_input->setOptions($this);
$this->target_php_settings_from_console_input->setOptions($this);
$this->template_settings_from_console_input->setOptions($this);
}

/**
Expand Down

0 comments on commit 8d77965

Please sign in to comment.