Skip to content

Commit

Permalink
Adding loadPath to get Method
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSteveKing authored Jun 22, 2022
1 parent 6118322 commit be54fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/AbstractResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public function loadPath(): self
*/
public function get(): ResponseInterface
{
return $this->sdk()->client()->get(
return $this->loadPath()->sdk()->client()->get(
uri: $this->sdk()->uri()->toString(),
headers: $this->sdk()->strategy()->getHeader(
prefix: $this->authHeader,
Expand Down

0 comments on commit be54fe4

Please sign in to comment.