Use the correct namespace
This commit is contained in:
parent
e413687093
commit
bab05efef7
2 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
namespace App\Jobs;
|
namespace App\Jobs;
|
||||||
|
|
||||||
use GuzzleHtt\Client;
|
use GuzzleHttp\Client;
|
||||||
use Illuminate\Bus\Queueable;
|
use Illuminate\Bus\Queueable;
|
||||||
use Illuminate\Queue\SerializesModels;
|
use Illuminate\Queue\SerializesModels;
|
||||||
use Illuminate\Queue\InteractsWithQueue;
|
use Illuminate\Queue\InteractsWithQueue;
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Version 0.0.14.8 (2016-10-20)
|
||||||
|
- Use the correct namespace
|
||||||
|
|
||||||
## Version 0.0.14.7 (2016-10-20)
|
## Version 0.0.14.7 (2016-10-20)
|
||||||
- Add needed namespace (issue#23)
|
- Add needed namespace (issue#23)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue