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

namespace Livewire;

use Livewire\Features\SupportPagination\WithoutUrlPagination as BaseWithoutUrlPagination;

trait WithoutUrlPagination
{
   use BaseWithoutUrlPagination;
}