From f792ea7b569e538510982070d7f2f96387d60549 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 20 Oct 2016 18:45:50 +0100 Subject: [PATCH] Add needed namespace --- app/Jobs/SaveProfileImage.php | 1 + 1 file changed, 1 insertion(+) 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;