Skip to content

Commit

Permalink
Fixed BaseResponse->getResult() return type
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBuzz committed Jun 25, 2024
1 parent ad8f336 commit 90002fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/BaseResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function getResult(): array
return $this->result;
}

public function getStatus(): array
public function getStatus(): string
{
return $this->result['status'];
}
Expand Down

0 comments on commit 90002fe

Please sign in to comment.