Skip to content

Commit 8f39417

Browse files
committed
add batch helper to facade
1 parent efe5f1b commit 8f39417

File tree

1 file changed

+1
-0
lines changed
  • src/Illuminate/Support/Facades

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/Bus.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* @method static void assertDispatched(string $command, callable|int $callback = null)
1717
* @method static void assertDispatchedTimes(string $command, int $times = 1)
1818
* @method static void assertNotDispatched(string $command, callable|int $callback = null)
19+
* @method static \Illuminate\Bus\PendingBatch batch(array $jobs)
1920
*
2021
* @see \Illuminate\Contracts\Bus\Dispatcher
2122
*/

0 commit comments

Comments
 (0)