Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Aug 26, 2024
1 parent bb59b1d commit 2d0a3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $this->group('a')->pull(); // returns all properties & resets properties to init
$this->group('a')->validate(); // validates all properties in a group

// Extra
$this->group(['a', 'b']); // all operations can be applied to any number of groups
$this->group(['a', 'b']); // operations can be applied to any number of groups
$this->group(['a', 'b'])->validate(); // especially handy when validating

```
Expand Down

0 comments on commit 2d0a3b5

Please sign in to comment.