Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
53c25b2e9a | |||
fcf8c4fd01 |
@ -151,6 +151,14 @@ class CaptchaType extends AbstractType
|
||||
* @return string
|
||||
*/
|
||||
public function getName()
|
||||
{
|
||||
return $this->getBlockPrefix();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getBlockPrefix()
|
||||
{
|
||||
return 'captcha';
|
||||
}
|
||||
|
Reference in New Issue
Block a user