Skip to content

Commit d116328

Browse files
committed
Paginator: added default value
1 parent 45ace2f commit d116328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Utils/Paginator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Paginator
3939
private $itemsPerPage = 1;
4040

4141
/** @var int */
42-
private $page;
42+
private $page = 1;
4343

4444
/** @var int|NULL */
4545
private $itemCount;

0 commit comments

Comments
 (0)