From cebc026d25e647e56f37c0c89fcf6db062393fec Mon Sep 17 00:00:00 2001 From: IceToast Date: Mon, 7 Feb 2022 15:04:57 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=9A=91=EF=B8=8F=20Shoud=20fix=2050?= =?UTF-8?q?0=20on=20server=20overview?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Classes/Pterodactyl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Classes/Pterodactyl.php b/app/Classes/Pterodactyl.php index 4ffed33f..1525d5f9 100644 --- a/app/Classes/Pterodactyl.php +++ b/app/Classes/Pterodactyl.php @@ -241,7 +241,7 @@ class Pterodactyl * @param int $pterodactylId * @return mixed */ - public static function getServerAttributes(string $pterodactylId) + public static function getServerAttributes(int $pterodactylId) { try { $response = self::client()->get("/application/servers/{$pterodactylId}?include=egg,node,nest,location");