File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,19 +98,19 @@ final class UuidNormalizer implements DenormalizerInterface
98
98
}
99
99
```
100
100
101
- Tag this service as a ` api_platform.identifier.normalizer ` :
101
+ Tag this service as a ` api_platform.identifier.denormalizer ` :
102
102
103
103
``` xml
104
104
<service id =" App\Identifier\UuidNormalizer" class =" App\Identifier\UuidNormalizer" public =" false" >
105
- <tag name =" api_platform.identifier.normalizer " />
105
+ <tag name =" api_platform.identifier.denormalizer " />
106
106
</service >
107
107
```
108
108
109
109
``` yaml
110
110
services :
111
111
App\Identifier\UuidNormalizer :
112
112
tags :
113
- - { name: api_platform.identifier.normalizer }
113
+ - { name: api_platform.identifier.denormalizer }
114
114
` ` `
115
115
116
116
Your ` PersonDataProvider` will now work as expected!
You can’t perform that action at this time.
0 commit comments