We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e1d4c commit 6fc8805Copy full SHA for 6fc8805
src/Operations.php
@@ -52,6 +52,6 @@ public function perform(string $operationName, array $queryParameters = []): arr
52
*/
53
public function getSchemaChangeStatus(): array
54
{
55
- return $this->apiCall->get(sprintf('%s/%s', static::RESOURCE_PATH, 'schema_changes')
+ return $this->apiCall->get(sprintf('%s/%s', static::RESOURCE_PATH, 'schema_changes'), []);
56
}
57
0 commit comments