Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzymore authored and actions-user committed Dec 4, 2021
1 parent fe3e46a commit 525207a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Responses/TurboFrameResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function toResponse($request): Response
if (! $this->partialView) {
throw TurboStreamResponseFailedException::missingPartial();
}

return response(
$this->render()
);
Expand Down

0 comments on commit 525207a

Please sign in to comment.