Skip to content

Commit ab412ad

Browse files
authored
Merge pull request #21 from DenisJunio/patch-1
Compatibility with Laravel Nova
2 parents 00a28a4 + 31f19e6 commit ab412ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Debugger.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ protected function updateResponse(Request $request, Response $response)
116116
if ($this->needToUpdateResponse($response)) {
117117
$data = $this->getResponseData($response);
118118

119-
if ($data === false) {
119+
if ($data === false || !is_object($data)) {
120120
return;
121121
}
122122

0 commit comments

Comments
 (0)