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 850f211 + 249db6c commit 5e4db13Copy full SHA for 5e4db13
DependencyInjection/Configuration.php
@@ -135,7 +135,7 @@ public function getConfigTreeBuilder()
135
->addDefaultsIfNotSet()
136
->children()
137
->scalarNode('graphiql')
138
- ->defaultValue('OverblogGraphQLBundle:GraphiQL:index.html.twig')
+ ->defaultValue('@OverblogGraphQL/GraphiQL/index.html.twig')
139
->end()
140
141
0 commit comments