@@ -27,8 +27,6 @@ |
||
27 | 27 | use Cron; |
28 | 28 | use Carbon; |
29 | 29 | use Pterodactyl\Models\Task; |
30 | -use Pterodactyl\Models\User; |
|
31 | -use Pterodactyl\Models\Server; |
|
32 | 30 | use Pterodactyl\Models\TaskLog; |
33 | 31 | use Illuminate\Queue\SerializesModels; |
34 | 32 | use Illuminate\Queue\InteractsWithQueue; |
@@ -62,7 +62,7 @@ |
||
62 | 62 | * Sends a power option to the daemon. |
63 | 63 | * |
64 | 64 | * @param string $action |
65 | - * @return string |
|
65 | + * @return \Psr\Http\Message\StreamInterface |
|
66 | 66 | * |
67 | 67 | * @throws \GuzzleHttp\Exception\RequestException |
68 | 68 | * @throws \Pterodactyl\Exceptions\DisplayException |