Skip to content

Commit b910865

Browse files
authored
Update ServerDefinitions.php
1 parent 3f4d597 commit b910865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Methods/ServerDefinitions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ public function finalResult(): \stdClass
2424
if(!$this->isSuccess())
2525
throw new NotSuccessException('Request did not return success result: '.\json_encode($this->result));
2626

27-
return $this->result();
27+
return $this->result()->result;
2828
}
2929
}

0 commit comments

Comments
 (0)