Skip to content

Commit 6a9173a

Browse files
Missing semi-colon in validation.md (#10230)
1 parent 5f3897d commit 6a9173a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2728,7 +2728,7 @@ If necessary, you may provide placeholder replacements and the preferred languag
27282728
```php
27292729
$fail('validation.location')->translate([
27302730
'value' => $this->value,
2731-
], 'fr')
2731+
], 'fr');
27322732
```
27332733

27342734
#### Accessing Additional Data

0 commit comments

Comments
 (0)