Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 510211cfd0 - Show all commits

View File

@ -55,7 +55,7 @@ class HttpView extends BaseView {
public function setStatusCode($code)
{
$this->response = $this->response->withStatus($code)
->withProtocolVersion(1.1);
->withProtocolVersion('1.1');
return $this;
}