Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
malfasih authored Sep 19, 2018
1 parent 3201c80 commit 0673401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ Just with a single line of code, and it actually works.

public function getUserData($request, $response)
{
return $this->json->print($response, 200, 'OK');
return $this->json->print($response, true, 'OK');
}
```

0 comments on commit 0673401

Please sign in to comment.