Merge pull request #163 from hackzilla/master

Update CaptchaType.php
This commit is contained in:
Grégoire Passault 2016-02-02 23:40:33 +01:00
commit 53c25b2e9a
1 changed files with 8 additions and 0 deletions

View File

@ -151,6 +151,14 @@ class CaptchaType extends AbstractType
* @return string
*/
public function getName()
{
return $this->getBlockPrefix();
}
/**
* @return string
*/
public function getBlockPrefix()
{
return 'captcha';
}