Dispatchable
trait Dispatchable (View source)
Methods
static PendingDispatch
dispatch()
Dispatch the job with the given arguments.
static PendingChain
withChain(array $chain)
Set the jobs that should run if this job is successful.
Details
static PendingDispatch
dispatch()
Dispatch the job with the given arguments.
static PendingChain
withChain(array $chain)
Set the jobs that should run if this job is successful.