class
Illuminate
/
Queue
/
Console
/
ForgetFailedCommand
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
ForgetFailedCommand
Extends
Properties
protected
$signature string
The console command signature.
Default: 'queue:forget {id : The ID of the failed job}'
protected
$description string
The console command description.
Default: 'Delete a failed queue job'
Methods
public
handle ( ) : void
Execute the console command.