Skip to content

Commit

Permalink
Fix typo in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-93 committed Feb 1, 2016
1 parent 5de4ada commit 0ce1832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Form/Type/LatexType.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function getBlockPrefix()
*/
public function getParent()
{
return method_exists('Symfony\Component\Form\AbstractType', 'getBlockPrefix') ? 'Ivory\CKEditorBundle\Form\Bundle\CKEditorType' : 'ckeditor';
return method_exists('Symfony\Component\Form\AbstractType', 'getBlockPrefix') ? 'Ivory\CKEditorBundle\Form\Type\CKEditorType' : 'ckeditor';
}

/**
Expand Down

0 comments on commit 0ce1832

Please sign in to comment.