Skip to content

Commit

Permalink
fix: add -1 as default for facade accessor of page fake
Browse files Browse the repository at this point in the history
  • Loading branch information
Katalam committed Sep 19, 2024
1 parent 3e91e79 commit fbd1f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facades/BaseRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static function page(
OnOfficeResourceId|string|int $resourceId = OnOfficeResourceId::None,
bool $cacheable = true,
string|int $identifier = '',
int $countAbsolute = 0,
int $countAbsolute = -1,
int $errorCodeResult = 0,
string $messageResult = 'OK',
): OnOfficeResponsePage {
Expand Down

0 comments on commit fbd1f78

Please sign in to comment.