Use the correct namespace

This commit is contained in:
Jonny Barnes 2016-10-20 18:56:02 +01:00
parent e413687093
commit bab05efef7
2 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,7 @@
namespace App\Jobs;
use GuzzleHtt\Client;
use GuzzleHttp\Client;
use Illuminate\Bus\Queueable;
use Illuminate\Queue\SerializesModels;
use Illuminate\Queue\InteractsWithQueue;