The captach field is not bound to a entity method by default.
This commit is contained in:
parent
e4c59b9dc5
commit
5d5ca993a1
|
@ -87,7 +87,8 @@ class CaptchaType extends AbstractType
|
||||||
return array(
|
return array(
|
||||||
'width' => $this->width,
|
'width' => $this->width,
|
||||||
'height' => $this->height,
|
'height' => $this->height,
|
||||||
'length' => $this->length
|
'length' => $this->length,
|
||||||
|
'property_path' => false,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue