class Illuminate / Queue / Console / ForgetFailedCommand
You are viewing an older version of the documentation. For the latest, please visit master documentation.

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.