We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb220f commit 3054b70Copy full SHA for 3054b70
src/Utils/Paginator.php
@@ -39,7 +39,7 @@ class Paginator
39
private $itemsPerPage = 1;
40
41
/** @var int */
42
- private $page;
+ private $page = 1;
43
44
/** @var int|NULL */
45
private $itemCount;
0 commit comments