Skip to content

Commit 829cef5

Browse files
fix: change order of enabled formats (#2142)
1 parent e4207bd commit 829cef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/file-upload.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Enable the multipart format globally in order to use it as the input format of y
1515
```yaml
1616
api_platform:
1717
formats:
18-
multipart: ['multipart/form-data']
1918
jsonld: ['application/ld+json']
19+
multipart: ['multipart/form-data']
2020
```
2121
2222
## Installing VichUploaderBundle

0 commit comments

Comments
 (0)