HOME


Mini Shell 1.0
DIR: /home/cardxfeb/public_html/vendor/livewire/livewire/src/
Upload File :
Current File : //home/cardxfeb/public_html/vendor/livewire/livewire/src/WithPagination.php
<?php

namespace Livewire;

use Livewire\Features\SupportPagination\HandlesPagination;

trait WithPagination
{
   use HandlesPagination;
}