Skip to content

Commit 849899e

Browse files
authored
cs
1 parent 5f06604 commit 849899e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Api/GraphQL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class GraphQL extends AbstractApi
2222
*/
2323
public function execute($query)
2424
{
25-
$this->acceptHeader = 'application/vnd.github.v4+json';
25+
$this->acceptHeaderValue = 'application/vnd.github.v4+json';
2626
$params = array(
2727
'query' => $query
2828
);

0 commit comments

Comments
 (0)