Skip to content

Commit

Permalink
- added missing $option parameter (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaTaj authored Jul 17, 2024
1 parent 1246e57 commit 97ca55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/Salla.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public function fetchResource(string $method, string $url, $token, array $option
$token = $token->getToken();
}

$request = $this->getAuthenticatedRequest($method, $url, $token);
$request = $this->getAuthenticatedRequest($method, $url, $token, $options);

return $this->getParsedResponse($request);
}
Expand Down

0 comments on commit 97ca55a

Please sign in to comment.