From 4b24e4e0456b0744ffb987c39faed67db7547bd1 Mon Sep 17 00:00:00 2001 From: CodeWithDennis <23448484+CodeWithDennis@users.noreply.github.com> Date: Sat, 30 Mar 2024 10:42:32 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1929d45..99119913 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ won't be generated. - [x] [It can bulk delete records](https://filamentphp.com/docs/3.x/tables/testing#calling-actions) - [x] [It can bulk soft delete records](https://filamentphp.com/docs/3.x/tables/testing#calling-actions) - [ ] It can restore records - - [ ] It can replicate records + - [x] It can replicate records - [ ] It can force delete records - [ ] It can filter table records - [ ] It can reset table filters @@ -98,4 +98,4 @@ vendor/bin/pest --exclude-group=filament-resource-tests ## License -The MIT License (MIT). Please see [License File](LICENSE.md) for more information. \ No newline at end of file +The MIT License (MIT). Please see [License File](LICENSE.md) for more information.