Skip to content

Commit 6fc8805

Browse files
authored
Fix: Syntax
1 parent 43e1d4c commit 6fc8805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Operations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ public function perform(string $operationName, array $queryParameters = []): arr
5252
*/
5353
public function getSchemaChangeStatus(): array
5454
{
55-
return $this->apiCall->get(sprintf('%s/%s', static::RESOURCE_PATH, 'schema_changes')
55+
return $this->apiCall->get(sprintf('%s/%s', static::RESOURCE_PATH, 'schema_changes'), []);
5656
}
5757
}

0 commit comments

Comments
 (0)