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 7242cdb + c20629e commit bf81e45Copy full SHA for bf81e45
modules/swagger-codegen/src/main/resources/php-symfony/services.mustache
@@ -14,10 +14,10 @@ services:
14
class: {{modelPackage}}\ModelSerializer
15
16
{{bundleAlias}}.service.serializer:
17
- class: %{{bundleAlias}}.serializer%
+ class: "%{{bundleAlias}}.serializer%"
18
19
{{bundleAlias}}.service.validator:
20
- class: %{{bundleAlias}}.validator%
+ class: "%{{bundleAlias}}.validator%"
21
22
{{#apiInfo}}
23
{{#apis}}
0 commit comments