1
0
Fork 0
forked from mirror/pixelfed

Update CommentPipeline

This commit is contained in:
Daniel Supernault 2019-01-12 15:23:22 -07:00
parent 52bbe0061a
commit 8c0119e69d
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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.
*