Skip to content

Commit 871ef27

Browse files
authored
Small typo fix
1 parent 3da6b2d commit 871ef27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Validator::make([
9595
'is_company' => 'required|boolean',
9696
'company_name' => 'required_if_accepted:is_company',
9797
]);
98+
```
9899

99100
Tip given by [@iamgurmandeep](https://twitter.com/iamgurmandeep/status/1583420332693749761)
100101

0 commit comments

Comments
 (0)