Edit File: WithPagination.php
<?php namespace Livewire; use Livewire\Features\SupportPagination\HandlesPagination; trait WithPagination { use HandlesPagination; }
Back