summaryrefslogtreecommitdiffstats
path: root/vendor/ipl/stdlib/src/Contract/PaginationInterface.php
blob: b00fa66030ad1f79bd17fe5f3c54c32ecf5f0185 (plain)
1
2
3
4
5
6
7
8
<?php

namespace ipl\Stdlib\Contract;

/** @deprecated Use {@link Paginatable} instead */
interface PaginationInterface extends Paginatable
{
}