?
Current File : /home/sanghavirealty/public_html/vendorazwer/livewire/livewire/src/WithPagination.php
<?php

namespace Livewire;

use Livewire\Features\SupportPagination\HandlesPagination;

trait WithPagination
{
   use HandlesPagination;
}