Skip to content

Commit be54fe4

Browse files
Adding loadPath to get Method
1 parent 6118322 commit be54fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/AbstractResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function loadPath(): self
135135
*/
136136
public function get(): ResponseInterface
137137
{
138-
return $this->sdk()->client()->get(
138+
return $this->loadPath()->sdk()->client()->get(
139139
uri: $this->sdk()->uri()->toString(),
140140
headers: $this->sdk()->strategy()->getHeader(
141141
prefix: $this->authHeader,

0 commit comments

Comments
 (0)