1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Merge pull request #8223 from turbo124/v5-develop

Minor fixes for the task scheduler
This commit is contained in:
David Bomba 2023-01-29 17:14:54 +11:00 committed by GitHub
commit c91d212eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,8 @@ class TaskScheduler implements ShouldQueue
{
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
public $deleteWhenMissingModels = true;
/**
* Create a new job instance.
*