We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9223b6 + f057abb commit cc4c89eCopy full SHA for cc4c89e
core/identifiers.md
@@ -99,14 +99,14 @@ final class UuidNormalizer implements DenormalizerInterface
99
Tag this service as a `api_platform.identifier.normalizer`:
100
101
```xml
102
- <service id="App\identifier\UuidNormalizer" class="App\identifier\UuidNormalizer" public="false">
+ <service id="App\Identifier\UuidNormalizer" class="App\Identifier\UuidNormalizer" public="false">
103
<tag name="api_platform.identifier.normalizer" />
104
</service>
105
```
106
107
```yaml
108
services:
109
- App\identifier\UuidNormalizer:
+ App\Identifier\UuidNormalizer:
110
tags:
111
- { name: api_platform.identifier.normalizer }
112
0 commit comments