Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 759cb25

Browse files
committed
fix error
1 parent de4c8de commit 759cb25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Entity/Webform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class Webform
8181
*
8282
* @ORM\Column(name="use_captcha", type="boolean")
8383
*/
84-
private $useCaptcha = 0;
84+
private $useCaptcha = false;
8585

8686
/**
8787
* @ORM\ManyToOne(targetEntity="Mdespeuilles\MailBundle\Entity\Email")

0 commit comments

Comments
 (0)