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 5f06604 commit 849899eCopy full SHA for 849899e
lib/Github/Api/GraphQL.php
@@ -22,7 +22,7 @@ class GraphQL extends AbstractApi
22
*/
23
public function execute($query)
24
{
25
- $this->acceptHeader = 'application/vnd.github.v4+json';
+ $this->acceptHeaderValue = 'application/vnd.github.v4+json';
26
$params = array(
27
'query' => $query
28
);
0 commit comments