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 a8e94ec commit 4101cb0Copy full SHA for 4101cb0
README.md
@@ -88,7 +88,7 @@ function makeFacebookApiCall(array $body, Client $facebook_client)
88
}
89
```
90
91
-Instead of manually setting the response data you can instead leverage the `updateFromRequest` method:
+Instead of manually setting the response data you can instead leverage the `updateFromResponse` method:
92
```php
93
function makeFacebookApiCall(array $body, Client $facebook_client)
94
{
0 commit comments