Commit 9e765304 authored by Fabien Potencier's avatar Fabien Potencier

fixed typo

parent 5b6f0c7a
......@@ -36,7 +36,7 @@ class TwigExtension implements ExtensionInterface
}
if (isset($app['form.factory'])) {
$twig->addExtension(new TwigFormExtension(array('widgets.html.twig')));
$twig->addExtension(new TwigFormExtension(array('div_layout.html.twig')));
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment