There was an error while loading. Please reload this page.
1 parent 77026c2 commit 79e370dCopy full SHA for 79e370d
src/Support/PaginatedCollection.php
@@ -28,7 +28,7 @@ class PaginatedCollection extends Collection {
28
*
29
* @var int $total
30
*/
31
- protected int $total;
+ protected int $total = 0;
32
33
/**
34
* Paginate the current collection.
0 commit comments