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 8f39417 commit 737fe98Copy full SHA for 737fe98
src/Illuminate/Support/Facades/Bus.php
@@ -17,6 +17,7 @@
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
+ * @method static \Illuminate\Bus\Batch|null findBatch(string $batchId)
21
*
22
* @see \Illuminate\Contracts\Bus\Dispatcher
23
*/
0 commit comments