Skip to content

Commit 4dfa92a

Browse files
committed
getData added in Usage in readme
1 parent 71da8a8 commit 4dfa92a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ $validator = Validator::validate(
2424
'email' => 'required|email',
2525
],
2626
);
27+
28+
$data = $validator->getData();
29+
2730
```
2831

2932
<br>

0 commit comments

Comments
 (0)