Skip to content

Commit

Permalink
Added Surveyhero ID to webhook list table header
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeStatik committed Apr 17, 2023
1 parent 38eba80 commit f172cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/SurveyheroWebhookListCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function handle(): int
$surveys = $surveyQuery->get();

foreach ($surveys as $survey) {
$this->comment("Webhooks for survey '$survey->name':");
$this->comment("Webhooks for survey '$survey->name' ($survey->surveyhero_id):");
/* @var SurveyContract $survey */
try {
$webhooks = $this->webhookService->listWebhooks($survey);
Expand Down

0 comments on commit f172cf7

Please sign in to comment.