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 d786e74 commit bad9e1bCopy full SHA for bad9e1b
src/Illuminate/Support/Facades/Bus.php
@@ -16,6 +16,7 @@
16
* @method static bool|mixed getCommandHandler($command)
17
* @method static mixed dispatch($command)
18
* @method static mixed dispatchNow($command, $handler = null)
19
+ * @method static mixed dispatchSync($command, $handler = null)
20
* @method static void assertDispatched(string|\Closure $command, callable|int $callback = null)
21
* @method static void assertDispatchedTimes(string $command, int $times = 1)
22
* @method static void assertNotDispatched(string|\Closure $command, callable|int $callback = null)
0 commit comments