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.
1 parent c8a9beb commit f5d90faCopy full SHA for f5d90fa
src/Resources/config/services.yml
@@ -4,8 +4,8 @@ services:
4
class: MattJanssen\ApiResponseBundle\Compiler\ApiConfigCompiler
5
public: false
6
arguments:
7
- - %api_response.defaults%
8
- - %api_response.paths%
+ - "%api_response.defaults%"
+ - "%api_response.paths%"
9
10
# Subscriber
11
api_response.subscriber.api_response:
@@ -15,7 +15,7 @@ services:
15
- "@api_response.generator.api_response"
16
- "@api_response.compiler.api_config"
17
- "@logger"
18
- - %kernel.debug%
+ - "%kernel.debug%"
19
20
# Factory
21
api_response.factory.serializer_adapter:
0 commit comments