@@ -28,7 +28,6 @@ |
||
28 | 28 | use Log; |
29 | 29 | use Uuid; |
30 | 30 | use Alert; |
31 | -use Javascript; |
|
32 | 31 | use Pterodactyl\Models; |
33 | 32 | use Illuminate\Http\Request; |
34 | 33 | use Pterodactyl\Exceptions\DisplayException; |
@@ -28,7 +28,6 @@ |
||
28 | 28 | use Log; |
29 | 29 | use Auth; |
30 | 30 | use Alert; |
31 | -use Javascript; |
|
32 | 31 | use Pterodactyl\Models; |
33 | 32 | use Illuminate\Http\Request; |
34 | 33 | use Pterodactyl\Exceptions\DisplayException; |
@@ -26,7 +26,6 @@ |
||
26 | 26 | |
27 | 27 | use Log; |
28 | 28 | use Alert; |
29 | -use Javascript; |
|
30 | 29 | use Pterodactyl\Models; |
31 | 30 | use Illuminate\Http\Request; |
32 | 31 | use Pterodactyl\Repositories; |
@@ -25,8 +25,6 @@ |
||
25 | 25 | namespace Pterodactyl\Repositories\Daemon; |
26 | 26 | |
27 | 27 | use Exception; |
28 | -use GuzzleHttp\Client; |
|
29 | -use Pterodactyl\Models\Node; |
|
30 | 28 | use Pterodactyl\Models\Server; |
31 | 29 | use Pterodactyl\Exceptions\DisplayException; |
32 | 30 | use Pterodactyl\Repositories\HelperRepository; |