Minor fixes for the task scheduler
This commit is contained in:
parent
d9aa616cad
commit
60472bf151
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ class TaskScheduler implements ShouldQueue
|
|||
{
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
|
||||
public $deleteWhenMissingModels = true;
|
||||
|
||||
/**
|
||||
* Create a new job instance.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue