Skip to content

Commit bad9e1b

Browse files
authored
Add Bus::dispatchSync() doc block (#36888)
1 parent d786e74 commit bad9e1b

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 bool|mixed getCommandHandler($command)
1717
* @method static mixed dispatch($command)
1818
* @method static mixed dispatchNow($command, $handler = null)
19+
* @method static mixed dispatchSync($command, $handler = null)
1920
* @method static void assertDispatched(string|\Closure $command, callable|int $callback = null)
2021
* @method static void assertDispatchedTimes(string $command, int $times = 1)
2122
* @method static void assertNotDispatched(string|\Closure $command, callable|int $callback = null)

0 commit comments

Comments
 (0)