Dispatchable
Table of Contents
- dispatch() : PendingDispatch
- Dispatch the job with the given arguments.
- withChain() : PendingChain
- Set the jobs that should run if this job is successful.
Methods
dispatch()
Dispatch the job with the given arguments.
public
static dispatch() : PendingDispatch
Return values
PendingDispatch —withChain()
Set the jobs that should run if this job is successful.
public
static withChain(array<string|int, mixed> $chain) : PendingChain
Parameters
- $chain : array<string|int, mixed>