array all() Get a list of all of the failed jobs.
int|null log(string $connection, string $queue, string $payload, Exception $exception)
bool forget(mixed $id) Delete a single failed job from storage.
void flush() Flush all of the failed jobs from storage.
NullFailedJobProvider class NullFailedJobProvider implements
FailedJobProviderInterface interface FailedJobProviderInterface (
array find(mixed $id) Get a single failed job.
Page 1 of 2