Update CommentPipeline

pull/793/head
Daniel Supernault 6 years ago
parent 52bbe0061a
commit 8c0119e69d
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save