File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 20
20
* @method static void dispatchAfterResponse(mixed $command, mixed $handler = null)
21
21
* @method static \Illuminate\Bus\Dispatcher pipeThrough(array $pipes)
22
22
* @method static \Illuminate\Bus\Dispatcher map(array $map)
23
+ * @method static \Illuminate\Bus\Dispatcher withDispatchingAfterResponses()
24
+ * @method static \Illuminate\Bus\Dispatcher withoutDispatchingAfterResponses()
23
25
* @method static \Illuminate\Support\Testing\Fakes\BusFake except(array|string $jobsToDispatch)
24
26
* @method static void assertDispatched(string|\Closure $command, callable|int|null $callback = null)
25
27
* @method static void assertDispatchedTimes(string|\Closure $command, int $times = 1)
You can’t perform that action at this time.
0 commit comments