automation: prettier blade ci

This commit is contained in:
unit3d-bot
2026-01-22 06:08:56 +00:00
parent 3acd1bcb4e
commit 78388d0456
+6 -1
View File
@@ -43,7 +43,12 @@
</form>
<ol class="comment-list">
@forelse ($comments as $comment)
<livewire:comment :model="$model" :comment="$comment" :category="$category" :key="$comment->id" />
<livewire:comment
:model="$model"
:comment="$comment"
:category="$category"
:key="$comment->id"
/>
@empty
<li>
<i class="{{ config('other.font-awesome') }} fa-frown"></i>