Minor fixes for the task scheduler

This commit is contained in:
David Bomba 2023-01-29 17:14:36 +11:00
parent d9aa616cad
commit 60472bf151

View File

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