@@ -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;  | 
                                                        
@@ -107,6 +107,7 @@ discard block  | 
                                                    ||
| 107 | 107 | * Returns array of all servers owned by the logged in user.  | 
                                                        
| 108 | 108 | * Returns all users servers if user is a root admin.  | 
                                                        
| 109 | 109 | *  | 
                                                        
| 110 | + * @param integer $paginate  | 
                                                        |
| 110 | 111 | * @return \Illuminate\Database\Eloquent\Collection  | 
                                                        
| 111 | 112 | */  | 
                                                        
| 112 | 113 | public static function getUserServers($paginate = null)  | 
                                                        
@@ -165,7 +166,6 @@ discard block  | 
                                                    ||
| 165 | 166 | /**  | 
                                                        
| 166 | 167 | * Returns non-administrative headers for accessing a server on the daemon.  | 
                                                        
| 167 | 168 | *  | 
                                                        
| 168 | - * @param string $uuid  | 
                                                        |
| 169 | 169 | * @return array  | 
                                                        
| 170 | 170 | */  | 
                                                        
| 171 | 171 | public function guzzleHeaders()  | 
                                                        
@@ -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;  |