🩹 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 0fe7047fa3
commit 4ff19c77ca

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)