Skip to content

Commit c37e3e1

Browse files
committed
refactor: cs fix
1 parent 3882bc8 commit c37e3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Pager/PagerRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class PagerRenderer
105105
*/
106106
public function __construct(array $details)
107107
{
108-
$this->last = $details['pageCount'];
108+
$this->last = $details['pageCount'];
109109

110110
$this->current = $details['currentPage'];
111111
$this->total = $details['total'];

0 commit comments

Comments
 (0)