Fix Bundle for symfony 2.1 beta4
This commit is contained in:
parent
df2f9b3ada
commit
b9f003c9cf
|
@ -54,7 +54,7 @@ class CaptchaType extends AbstractType
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function buildView(FormViewInterface $view, FormInterface $form, array $options)
|
public function buildView(FormView $view, FormInterface $form, array $options)
|
||||||
{
|
{
|
||||||
$fingerprint = null;
|
$fingerprint = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue