8000 [Form] Fix UnexpectedTypeException from HttpFoundation extension · symfony/symfony@d1aae0b · GitHub
[go: up one dir, main page]

Skip to content

Commit d1aae0b

Browse files
committed
[Form] Fix UnexpectedTypeException from HttpFoundation extension
1 parent 48e384b commit d1aae0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class HttpFoundationExtension extends AbstractExtension
2222
{
23-
protected function loadTypes()
23+
protected function loadTypeExtensions()
2424
{
2525
return array(
2626
new Type\FormTypeHttpFoundationExtension(),

0 commit comments

Comments
 (0)
0