Skip to content

Commit a64227c

Browse files
committed
Merge branch 'feature/better-pagination-handling' of https://github.com/5am-code/laravel-notion-api into feature/better-pagination-handling
2 parents e1b3aca + 5d11817 commit a64227c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Endpoints/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function sortBy(Collection $sorts): Database
107107
}
108108

109109
/**
110-
* @param EntityCollection $entityCollection
110+
* @param EntityCollection $entityCollection
111111
* @return $this
112112
*/
113113
public function offsetByResponse(EntityCollection $entityCollection): Database

0 commit comments

Comments
 (0)