Skip to content

Commit

Permalink
Merge branch 'main' into env-changes-allow-nonprod-prod-test-execution
Browse files Browse the repository at this point in the history
  • Loading branch information
fibble authored Nov 5, 2024
2 parents 376b84c + 4884242 commit 0b419c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ abstract class AbstractOrganisation implements BundleSerializableInterface, Json
*
* @var string
*
* @ORM\Column(type="yesno", name="allow_email", nullable=false, options={"default": 0})
* @ORM\Column(type="yesno", name="allow_email", nullable=false, options={"default": 1})
*/
protected $allowEmail = 0;
protected $allowEmail = 1;

/**
* Company cert seen
Expand Down

0 comments on commit 0b419c9

Please sign in to comment.