1
0
Fork 0

Update LikePipeline

This commit is contained in:
Daniel Supernault 2019-01-12 15:16:37 -07:00
parent 84960d701c
commit bb2ad95e55
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 7 additions and 0 deletions

View File

@ -19,6 +19,13 @@ class LikePipeline implements ShouldQueue
protected $like;
/**
* Delete the job if its models no longer exist.
*
* @var bool
*/
public $deleteWhenMissingModels = true;
/**
* Create a new job instance.
*