Skip to content

Commit

Permalink
fixes client sending query issue and bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
onairmarc committed Sep 2, 2023
1 parent 646bd75 commit b88d964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "encoredigitalgroup/planningcenter-php-sdk",
"description": "PHP SDK for the Planning Center API",
"type": "library",
"version": "0.5.1",
"version": "0.5.2",
"license": "MIT",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function configure($config = [])
);
}

public function send($request, $query, $retry_limit = 5, $retry = 0)
public function send($request, $query = [], $retry_limit = 5, $retry = 0)
{
$client = $GLOBALS['pcoClient'];
try {
Expand Down

0 comments on commit b88d964

Please sign in to comment.