Skip to content

Commit 016a414

Browse files
committed
CS Fix
1 parent f300a79 commit 016a414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelDebugbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ public function modifyResponse(Request $request, Response $response)
772772
if (is_string($content)) {
773773
$content = json_decode($content, true);
774774
}
775-
775+
776776
if (is_array($content)) {
777777
$this['views']->addInertiaAjaxView($content);
778778
}

0 commit comments

Comments
 (0)