@@ -3,10 +3,8 @@ |
||
3 | 3 | namespace App\Console\Commands; |
4 | 4 | |
5 | 5 | use Alaouy\Youtube\Facades\Youtube as Yt; |
6 | -use App\Http\Models\Stats; |
|
7 | 6 | use App\Http\Models\Videos; |
8 | 7 | use Illuminate\Console\Command; |
9 | -use Illuminate\Support\Facades\DB; |
|
10 | 8 | use Illuminate\Support\Facades\Log; |
11 | 9 | |
12 | 10 | /** |
@@ -8,9 +8,7 @@ |
||
8 | 8 | use App\Http\Models\Sessions; |
9 | 9 | use App\Http\Models\User; |
10 | 10 | use Illuminate\Http\Request; |
11 | -use Illuminate\Support\Facades\DB; |
|
12 | 11 | use Illuminate\Support\Facades\Validator; |
13 | -use Netshell\Paypal\Facades\Paypal; |
|
14 | 12 | |
15 | 13 | /** |
16 | 14 | * Class MainController. |