Skip to content

Commit 46a6572

Browse files
committed
dot
1 parent e9d35dd commit 46a6572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function data(): Collection
2929
{
3030
if ($response = $this->response) {
3131
if ($response instanceof NotifyResponse) {
32-
return collect(json_decode($response->getData(), true));
32+
return collect(json_decode($response->getData(), true))->dot();
3333
}
3434

3535
$data = $response->getData();

0 commit comments

Comments
 (0)