Update AvatarPipeline

pull/793/head
Daniel Supernault 8 years ago
parent 8c0119e69d
commit 7316ee38c4
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

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

Loading…
Cancel
Save