Skip to content

Commit

Permalink
Merge pull request #437 from stephane-monnot/master
Browse files Browse the repository at this point in the history
Fix the parent name of Tinymce
  • Loading branch information
bamarni authored Sep 12, 2016
2 parents 28b788d + 6f21676 commit 582b03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Form/Core/Type/TinymceType.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function setDefaultOptions(OptionsResolverInterface $resolver)
*/
public function getParent()
{
return 'textarea';
return 'Symfony\Component\Form\Extension\Core\Type\TextareaType';
}

/**
Expand Down

0 comments on commit 582b03b

Please sign in to comment.