Skip to content

Commit 8429243

Browse files
author
Florian Eckerstorfer
committed
Merge pull request #362 from cordoval/update-for-symfony27
Use form_themes option for auto Twig configuration
2 parents 121961d + fcfa473 commit 8429243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DependencyInjection/BraincraftedBootstrapExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ protected function configureTwigBundle(ContainerBuilder $container)
162162
case 'twig':
163163
$container->prependExtensionConfig(
164164
$name,
165-
array('form' => array('resources' => array($this->formTemplate)))
165+
array('form_themes' => array($this->formTemplate))
166166
);
167167
break;
168168
}

0 commit comments

Comments
 (0)