@@ -25,7 +25,6 @@ |
||
25 | 25 | namespace Pterodactyl\Repositories\Daemon; |
26 | 26 | |
27 | 27 | use Exception; |
28 | -use GuzzleHttp\Client; |
|
29 | 28 | use Pterodactyl\Models\Server; |
30 | 29 | use Pterodactyl\Exceptions\DisplayException; |
31 | 30 | use Pterodactyl\Repositories\HelperRepository; |
@@ -25,7 +25,6 @@ |
||
25 | 25 | namespace Pterodactyl\Repositories; |
26 | 26 | |
27 | 27 | use DB; |
28 | -use Uuid; |
|
29 | 28 | use Storage; |
30 | 29 | use Validator; |
31 | 30 | use Pterodactyl\Models\Pack; |
@@ -24,7 +24,6 @@ |
||
24 | 24 | |
25 | 25 | namespace Pterodactyl\Console\Commands; |
26 | 26 | |
27 | -use Pterodactyl\Models\Node; |
|
28 | 27 | use Pterodactyl\Models\Server; |
29 | 28 | use Illuminate\Console\Command; |
30 | 29 |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Pterodactyl\Exceptions; |
4 | 4 | |
5 | -use Log; |
|
6 | 5 | use Exception; |
7 | 6 | use Illuminate\Auth\AuthenticationException; |
8 | 7 | use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler; |
@@ -28,7 +28,6 @@ |
||
28 | 28 | use Pterodactyl\Models; |
29 | 29 | use Illuminate\Http\Request; |
30 | 30 | use Pterodactyl\Repositories; |
31 | -use GuzzleHttp\Exception\RequestException; |
|
32 | 31 | use Pterodactyl\Exceptions\DisplayException; |
33 | 32 | use Pterodactyl\Http\Controllers\Controller; |
34 | 33 | use Pterodactyl\Exceptions\DisplayValidationException; |