Skip to content

Commit 38eba80

Browse files
committed
Added table header with survey name to webhook table
1 parent 3d5e692 commit 38eba80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/SurveyheroWebhookListCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public function handle(): int
3737
$surveys = $surveyQuery->get();
3838

3939
foreach ($surveys as $survey) {
40+
$this->comment("Webhooks for survey '$survey->name':");
4041
/* @var SurveyContract $survey */
4142
try {
4243
$webhooks = $this->webhookService->listWebhooks($survey);

0 commit comments

Comments
 (0)