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 5c95790 commit 2ce3e56Copy full SHA for 2ce3e56
src/Illuminate/Bus/PendingBatch.php
@@ -215,7 +215,7 @@ public function onQueue(string $queue)
215
216
return $this;
217
}
218
-
+
219
/**
220
* Specify additional option.
221
*
@@ -226,7 +226,7 @@ public function onQueue(string $queue)
226
public function addOption(string $key, $value)
227
{
228
$this->options[$key] = $value;
229
230
231
232
0 commit comments