@@ -8,7 +8,6 @@ |
||
8 | 8 | use App\Http\Models\User; |
9 | 9 | use Illuminate\Http\Request; |
10 | 10 | use Illuminate\Support\Facades\Validator; |
11 | -use Netshell\Paypal\Facades\Paypal; |
|
12 | 11 | |
13 | 12 | |
14 | 13 | /** |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use App\Http\Models\Stats; |
6 | 6 | use App\Http\Models\Tweets; |
7 | - |
|
8 | 7 | use Illuminate\Console\Command; |
9 | 8 | use Illuminate\Support\Facades\DB; |
10 | 9 |