From a146f1f44158ca2787100fa052479148c5253e11 Mon Sep 17 00:00:00 2001 From: Cyril de Wit Date: Mon, 28 Oct 2024 22:35:17 +0100 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 144c719..c94d1a6 100644 --- a/README.md +++ b/README.md @@ -440,8 +440,6 @@ foreach($posts as $post) { } ``` -**To be updated! Laravel has a nice chunk and cursor feature what may come in handy.** - ## Extending If you want to extend or replace one of the core classes with your own implementations, you can override them: