From ad3010a7da66d71d50f4cb2acf47847c97768992 Mon Sep 17 00:00:00 2001 From: Willem Leuverink Date: Thu, 29 Aug 2024 02:07:39 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a8051a9..5a47b6d 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,9 @@ $this->group('a')->pull(); // Validate all properties in a group $this->group('a')->validate(); + +// Works inside a form object +$this->userForm->group('a')->validate(); ``` ### Working with Multiple Groups