Skip to content

Commit 5e4db13

Browse files
authored
Merge pull request #191 from renatomefi/fix/twig-namespace
Using current Twig namespace on configuration
2 parents 850f211 + 249db6c commit 5e4db13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function getConfigTreeBuilder()
135135
->addDefaultsIfNotSet()
136136
->children()
137137
->scalarNode('graphiql')
138-
->defaultValue('OverblogGraphQLBundle:GraphiQL:index.html.twig')
138+
->defaultValue('@OverblogGraphQL/GraphiQL/index.html.twig')
139139
->end()
140140
->end()
141141
->end()

0 commit comments

Comments
 (0)