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 484c3ce commit 3b5799cCopy full SHA for 3b5799c
src/Resources/config/services.yml
@@ -138,7 +138,7 @@ services:
138
class: Overblog\GraphQLBundle\Command\GraphQLDumpSchemaCommand
139
public: true
140
arguments:
141
- - "%kernel.cache_dir%/.."
+ - "%kernel.cache_dir%/../.."
142
calls:
143
# "overblog_graphql.request_executor" service must be load lazy since that command service
144
# is instanced before ClassLoaderEvent. This issues is fix in Symfony 3.4 introducing lazy commands
0 commit comments