Skip to content

Commit 2ef0480

Browse files
committed
this updates the form_themes supported keyword to replace the form.resources keyword
1 parent c301bae commit 2ef0480

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)