🩹 Fix exception being thrown when listing comments (#3182)

This commit is contained in:
Brandon
2024-02-01 16:56:58 -06:00
committed by GitHub
parent a7f9962e05
commit 1e3e3258ce

View File

@@ -6,7 +6,7 @@
</h2> </h2>
<ol class="comment-list"> <ol class="comment-list">
{!! $comments !!} @php($comments)
</ol> </ol>
@if ($paginated) @if ($paginated)