[Form] Fix UnexpectedTypeException from HttpFoundation extension

This commit is contained in:
Chris Smith 2012-08-03 13:20:47 +01:00
parent 48e384b6e0
commit d1aae0b106

View File

@ -20,7 +20,7 @@ use Symfony\Component\Form\AbstractExtension;
*/
class HttpFoundationExtension extends AbstractExtension
{
protected function loadTypes()
protected function loadTypeExtensions()
{
return array(
new Type\FormTypeHttpFoundationExtension(),