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