@@ -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,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; |