fix: 🚑️ Shoud fix 500 on server overview
This commit is contained in:
parent
4a5fab6388
commit
cebc026d25
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue