diff --git a/src/Commands/SurveyheroWebhookListCommand.php b/src/Commands/SurveyheroWebhookListCommand.php index 461d0ca..a88530a 100644 --- a/src/Commands/SurveyheroWebhookListCommand.php +++ b/src/Commands/SurveyheroWebhookListCommand.php @@ -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);