1
0
Fork 0

Update InstagramImportPipeline

This commit is contained in:
Daniel Supernault 2019-01-12 15:20:54 -07:00
parent 8edeab11d6
commit a9e4589e36
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 8 additions and 1 deletions

View File

@ -25,7 +25,14 @@ class ImportInstagram implements ShouldQueue
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
protected $job;
/**
* Delete the job if its models no longer exist.
*
* @var bool
*/
public $deleteWhenMissingModels = true;
/**
* Create a new job instance.
*