Skip to content

Commit dd53559

Browse files
author
Florian Eckerstorfer
committed
Merge pull request #363 from braincrafted/revert-362-update-for-symfony27
Revert "this updates the form_themes supported keyword to replace the fo...
2 parents 8429243 + 343dad6 commit dd53559

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_themes' => array($this->formTemplate))
165+
array('form' => array('resources' => array($this->formTemplate)))
166166
);
167167
break;
168168
}

0 commit comments

Comments
 (0)