Skip to content

Commit fff6a79

Browse files
authored
Update serialization.md
The config file path seems wrong for the `framework` entry
1 parent 82b0cf1 commit fff6a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/serialization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Note: if you aren't using the official distribution of API Platform, you will ne
4646
configuration:
4747

4848
```yaml
49-
# api/config/packages/api_platform.yaml
49+
# api/config/packages/framework.yaml
5050
framework:
5151
serializer: { enable_annotations: true }
5252
```
@@ -57,7 +57,7 @@ all set!
5757
If you want to use YAML or XML, please add the mapping path in the serializer configuration:
5858

5959
```yaml
60-
# api/config/packages/api_platform.yaml
60+
# api/config/packages/framework.yaml
6161
framework:
6262
serializer:
6363
mapping:

0 commit comments

Comments
 (0)