🎨 Simplify the default Composers (#3250)

This commit is contained in:
Brandon
2025-03-26 21:24:04 -05:00
committed by GitHub
parent 71622502b4
commit be765102ef
6 changed files with 20 additions and 80 deletions

View File

@@ -1,6 +1,6 @@
@php(the_content())
@if ($pagination)
@if ($pagination())
<nav class="page-nav" aria-label="Page">
{!! $pagination !!}
</nav>