Skip to content

Commit 1df3648

Browse files
committed
rename 'getRaw' of Entity to 'getRawResponse'
1 parent 96342d4 commit 1df3648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entities/Entity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function getId(): string
6464
return $this->id;
6565
}
6666

67-
public function getRaw(): array
67+
public function getRawResponse(): array
6868
{
6969
return $this->responseData;
7070
}

0 commit comments

Comments
 (0)