Skip to content

Commit

Permalink
CS Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Mar 1, 2024
1 parent f300a79 commit 016a414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelDebugbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ public function modifyResponse(Request $request, Response $response)
if (is_string($content)) {
$content = json_decode($content, true);
}

if (is_array($content)) {
$this['views']->addInertiaAjaxView($content);
}
Expand Down

0 comments on commit 016a414

Please sign in to comment.