We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb5e0e commit 3f2b1c0Copy full SHA for 3f2b1c0
config/webhook-server.php
@@ -5,7 +5,7 @@
5
/*
6
* The default queue that should be used to send webhook requests.
7
*/
8
- 'queue' => 'default',
+ 'queue' => null,
9
10
11
* The default http verb to use.
src/WebhookCall.php
@@ -80,7 +80,7 @@ public function uuid(string $uuid): self
80
return $this;
81
}
82
83
- public function onQueue(string $queue): self
+ public function onQueue(?string $queue): self
84
{
85
$this->callWebhookJob->queue = $queue;
86
0 commit comments