class
Illuminate
/
Queue
/
Events
/
JobRetryRequested
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
JobRetryRequested
Properties
public
$job stdClass
The job instance.
Default: null
protected
$payload array|null
The decoded job payload.
Default: null
Methods
public
__construct ( $job ) : void
Create a new event instance.
Parameters
- $job stdClass
public
payload ( ) : array
The job payload.