Merge remote-tracking branch 'origin/master' into workflow/fix-sending-notifications

This commit is contained in:
2022-02-17 23:34:20 +01:00
41 changed files with 515 additions and 209 deletions

View File

@@ -139,12 +139,10 @@ class Address
private $point;
/**
* @var PostalCode
*
* @ORM\ManyToOne(targetEntity="Chill\MainBundle\Entity\PostalCode")
* @Groups({"write"})
*/
private $postcode;
private ?PostalCode $postcode;
/**
* @var string|null