We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38eba80 commit f172cf7Copy full SHA for f172cf7
src/Commands/SurveyheroWebhookListCommand.php
@@ -37,7 +37,7 @@ public function handle(): int
37
$surveys = $surveyQuery->get();
38
39
foreach ($surveys as $survey) {
40
- $this->comment("Webhooks for survey '$survey->name':");
+ $this->comment("Webhooks for survey '$survey->name' ($survey->surveyhero_id):");
41
/* @var SurveyContract $survey */
42
try {
43
$webhooks = $this->webhookService->listWebhooks($survey);
0 commit comments