class NullFailedJobProvider implements FailedJobProviderInterface (View source)
| string|int|null | log(string $connection, string $queue, string $payload, Throwable $exception) Log a failed job into storage. | |
| array | all() Get a list of all of the failed jobs. | |
| object|null | 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. | 
Log a failed job into storage.
Get a list of all of the failed jobs.
Get a single failed job.
Delete a single failed job from storage.
Flush all of the failed jobs from storage.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/8.x/Illuminate/Queue/Failed/NullFailedJobProvider.html