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 e9d35dd commit 46a6572Copy full SHA for 46a6572
src/Response.php
@@ -29,7 +29,7 @@ public function data(): Collection
29
{
30
if ($response = $this->response) {
31
if ($response instanceof NotifyResponse) {
32
- return collect(json_decode($response->getData(), true));
+ return collect(json_decode($response->getData(), true))->dot();
33
}
34
35
$data = $response->getData();
0 commit comments