Current File : /home/getxxhzo/app.genicards.com/vendor/livewire/livewire/src/WithPagination.php
<?php

namespace Livewire;

use Livewire\Features\SupportPagination\HandlesPagination;

trait WithPagination
{
   use HandlesPagination;
}