Update MentionPipeline

pull/793/head
Daniel Supernault 6 years ago
parent bb2ad95e55
commit 7e16e9d43f
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save