PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
livewire
/
livewire
/
src
/
Editing: WithoutUrlPagination.php
<?php namespace Livewire; use Livewire\Features\SupportPagination\WithoutUrlPagination as BaseWithoutUrlPagination; trait WithoutUrlPagination { use BaseWithoutUrlPagination; }
SAVE
CANCEL