trait DispatchesJobs (View source)

Methods

mixed
dispatchNow( mixed $job)

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

Details

at line line 26
mixed dispatchNow( mixed $job)

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

Parameters

mixed $job

Return Value

mixed