Skip to content

Commit 4ff19c7

Browse files
authored
🩹 Fix exception being thrown when listing comments (#3182)
1 parent 0fe7047 commit 4ff19c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/partials/comments.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</h2>
77

88
<ol class="comment-list">
9-
{!! $comments !!}
9+
@php($comments)
1010
</ol>
1111

1212
@if ($paginated)

0 commit comments

Comments
 (0)