Skip to content

Commit 249db6c

Browse files
committed
Using current Twig namespace on configuration
1 parent 850f211 commit 249db6c

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)