Update AvatarPipeline

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

Wyświetl plik

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

Wyświetl plik

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