Skip to content

Commit

Permalink
Forgot to adapt getParent()
Browse files Browse the repository at this point in the history
  • Loading branch information
Taluu committed Jun 7, 2012
1 parent fc85d76 commit 2508600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Form/Type/MediaType.php
Expand Up @@ -61,7 +61,7 @@ public function setDefaultOptions(OptionsResolverInterface $resolver)
/**
* {@inheritdoc}
*/
public function getParent(array $options)
public function getParent()
{
return 'form';
}
Expand Down

0 comments on commit 2508600

Please sign in to comment.