trait Illuminate / Foundation / Bus / DispatchesJobs
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

DispatchesJobs

Methods

protected

dispatch ( $job ) : mixed

Dispatch a job to its appropriate handler.

Parameters

  • $job mixed
public

dispatchSync ( $job ) : mixed

Dispatch a job to its appropriate handler in the current process.

Parameters

  • $job mixed