NullFailedJobProvider
class NullFailedJobProvider implements FailedJobProviderInterface (View source)
Methods
void
log(
string $connection,
string $queue,
string $payload)
Log a failed job into storage.
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 line 15
void
log(
string $connection,
string $queue,
string $payload)
Log a failed job into storage.