Skip to content

Commit a4fd02e

Browse files
committed
Update 09-file-upload.md
1 parent 4d3f1ab commit a4fd02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/forms/docs/09-file-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ FileUpload::make('banner')
815815
->imageAspectRatio(['16:9', '4:3', '1:1'])
816816
```
817817

818-
<UtilityInjection set="formFields" version="5.x">As well as allowing a static value, the `imageAspectRatio()` method also accepts a function to dynamically calculate it. You can inject various utilities into the function as parameters.</UtilityInjection>
818+
<UtilityInjection set="formFields" version="4.x">As well as allowing a static value, the `imageAspectRatio()` method also accepts a function to dynamically calculate it. You can inject various utilities into the function as parameters.</UtilityInjection>
819819

820820
You can also specify a range of acceptable aspect ratios using `Rule::dimensions()`:
821821

0 commit comments

Comments
 (0)