Skip to content

Commit 3b5799c

Browse files
author
Jeremiah VALERIE
committed
Fix schema dump path
1 parent 484c3ce commit 3b5799c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/config/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ services:
138138
class: Overblog\GraphQLBundle\Command\GraphQLDumpSchemaCommand
139139
public: true
140140
arguments:
141-
- "%kernel.cache_dir%/.."
141+
- "%kernel.cache_dir%/../.."
142142
calls:
143143
# "overblog_graphql.request_executor" service must be load lazy since that command service
144144
# is instanced before ClassLoaderEvent. This issues is fix in Symfony 3.4 introducing lazy commands

0 commit comments

Comments
 (0)