Skip to content

Commit 83acd6d

Browse files
authored
Merge pull request #780 from jcarrier-vp/patch-1
Incorrect config file path
2 parents d30a6a9 + fff6a79 commit 83acd6d

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)