diff --git a/app/Jobs/SaveProfileImage.php b/app/Jobs/SaveProfileImage.php index 277285a2..c737e8fa 100644 --- a/app/Jobs/SaveProfileImage.php +++ b/app/Jobs/SaveProfileImage.php @@ -2,6 +2,7 @@ namespace App\Jobs; +use GuzzleHtt\Client; use Illuminate\Bus\Queueable; use Illuminate\Queue\SerializesModels; use Illuminate\Queue\InteractsWithQueue;