@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Nikandlv\LaravelCafebazaar; |
4 | 4 | |
5 | -use App\User; |
|
6 | -use App\DripEmailer; |
|
7 | 5 | use Illuminate\Console\Command; |
8 | 6 | |
9 | 7 | class LaravelCafebazaarConsole extends Command { |
@@ -4,8 +4,8 @@ |
||
4 | 4 | |
5 | 5 | use Exception; |
6 | 6 | use GuzzleHttp\Exception\RequestException; |
7 | -use Illuminate\Support\Facades\Cache; |
|
8 | 7 | use Illuminate\Http\Request; |
8 | +use Illuminate\Support\Facades\Cache; |
|
9 | 9 | |
10 | 10 | class LaravelCafebazaar { |
11 | 11 |