Skip to content

Commit

Permalink
Merge pull request #8730 from 4n70w4/fix-1
Browse files Browse the repository at this point in the history
[PHP] update php-symfony/services.mustache
  • Loading branch information
HugoMario committed Nov 18, 2018
2 parents 7242cdb + c20629e commit bf81e45
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ services:
class: {{modelPackage}}\ModelSerializer

{{bundleAlias}}.service.serializer:
class: %{{bundleAlias}}.serializer%
class: "%{{bundleAlias}}.serializer%"

{{bundleAlias}}.service.validator:
class: %{{bundleAlias}}.validator%
class: "%{{bundleAlias}}.validator%"

{{#apiInfo}}
{{#apis}}
Expand Down

0 comments on commit bf81e45

Please sign in to comment.