Update InstagramImportPipeline

pull/793/head
Daniel Supernault 2019-01-12 15:20:54 -07:00
rodzic 8edeab11d6
commit a9e4589e36
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 8 dodań i 1 usunięć

Wyświetl plik

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