@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace Nikandlv\LaravelCafebazaar; |
4 | 4 | |
5 | 5 | use Exception; |
6 | -use Illuminate\Support\Facades\Cache; |
|
7 | 6 | use Illuminate\Http\Request; |
7 | +use Illuminate\Support\Facades\Cache; |
|
8 | 8 | |
9 | 9 | class LaravelCafebazaar { |
10 | 10 |
@@ -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 { |