Skip to content

Commit 3f2b1c0

Browse files
author
Andreas Aagaard
committed
# Added vapor support
1 parent ecb5e0e commit 3f2b1c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/webhook-server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/*
66
* The default queue that should be used to send webhook requests.
77
*/
8-
'queue' => 'default',
8+
'queue' => null,
99

1010
/*
1111
* The default http verb to use.

src/WebhookCall.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function uuid(string $uuid): self
8080
return $this;
8181
}
8282

83-
public function onQueue(string $queue): self
83+
public function onQueue(?string $queue): self
8484
{
8585
$this->callWebhookJob->queue = $queue;
8686

0 commit comments

Comments
 (0)