From c15f193676a309c31b0c5b3f4fb538fdd853210e Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Tue, 22 Aug 2023 15:09:48 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc001cf..71d9ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file. This projec - Upgrade to Laravel 10 and set minimum PHP version to 8.1. - **BREAKING**: The schema's id field must now always be provided to the `CursorPagination::make()` method and/or - constructor. + constructor. I.e. use `CursorPagination::make($this->id())` ## [2.1.0] - 2023-01-24