NullFailedJobProvider
class NullFailedJobProvider implements FailedJobProviderInterface
Methods
int|null
array
all()
Get a list of all of the failed jobs.
array
find(mixed $id)
Get a single failed job.
bool
forget(mixed $id)
Delete a single failed job from storage.
void
flush()
Flush all of the failed jobs from storage.
Details
at line 16
int|null
log(string $connection, string $queue, string $payload, Exception $exception)
Log a failed job into storage.
at line 26
array
all()
Get a list of all of the failed jobs.
at line 37
array
find(mixed $id)
Get a single failed job.
at line 48
bool
forget(mixed $id)
Delete a single failed job from storage.
at line 58
void
flush()
Flush all of the failed jobs from storage.