Skip to content

Commit

Permalink
fix symfony 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
peshi committed Sep 15, 2015
1 parent c43c1c3 commit 751a07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Form/Extension/StaticTextExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class StaticTextExtension extends AbstractTypeExtension
*/
public function getExtendedType()
{
return 'text';
return 'form';
}

/**
Expand Down

0 comments on commit 751a07a

Please sign in to comment.