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 efe5f1b commit 8f39417Copy full SHA for 8f39417
src/Illuminate/Support/Facades/Bus.php
@@ -16,6 +16,7 @@
16
* @method static void assertDispatched(string $command, callable|int $callback = null)
17
* @method static void assertDispatchedTimes(string $command, int $times = 1)
18
* @method static void assertNotDispatched(string $command, callable|int $callback = null)
19
+ * @method static \Illuminate\Bus\PendingBatch batch(array $jobs)
20
*
21
* @see \Illuminate\Contracts\Bus\Dispatcher
22
*/
0 commit comments