Update StatusPipeline

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

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

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

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

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

Loading…
Cancel
Save