Skip to content

Commit 737fe98

Browse files
committed
add findBatch to facade
1 parent 8f39417 commit 737fe98

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
@@ -17,6 +17,7 @@
1717
* @method static void assertDispatchedTimes(string $command, int $times = 1)
1818
* @method static void assertNotDispatched(string $command, callable|int $callback = null)
1919
* @method static \Illuminate\Bus\PendingBatch batch(array $jobs)
20+
* @method static \Illuminate\Bus\Batch|null findBatch(string $batchId)
2021
*
2122
* @see \Illuminate\Contracts\Bus\Dispatcher
2223
*/

0 commit comments

Comments
 (0)