Skip to content

Commit

Permalink
Merge pull request #57 from sj-i/fix-trace-command
Browse files Browse the repository at this point in the history
fix the problem that trace command doesn't launch
  • Loading branch information
sj-i committed Aug 13, 2021
2 parents a69c940 + 8d77965 commit 41067e0
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 41067e0

Please sign in to comment.