Clarification
This commit is contained in:
parent
42cb26794d
commit
f06ff4d2c2
|
@ -143,7 +143,7 @@ class CaptchaType extends AbstractType
|
||||||
*/
|
*/
|
||||||
public function getParent()
|
public function getParent()
|
||||||
{
|
{
|
||||||
// Not using ::class to support Symfony 2.8 w/ php<5.5
|
// Not using ::class to support Symfony 2.8 w/ php>=5.3.9
|
||||||
return 'Symfony\Component\Form\Extension\Core\Type\TextType';
|
return 'Symfony\Component\Form\Extension\Core\Type\TextType';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue