Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class Paginator extends \Illuminate\Pagination\Paginator |
||
8 | { |
||
9 | /** |
||
10 | * Create a new paginator instance. |
||
11 | * |
||
12 | * @param mixed $items |
||
13 | * @param int $perPage |
||
14 | * @param int|null $currentPage |
||
15 | * @param array $options (path, query, fragment, pageName) |
||
16 | * |
||
17 | * @return void |
||
18 | */ |
||
19 | public function __construct( |
||
35 |