fix conflict when merging

This commit is contained in:
nobohan
2021-06-03 15:11:09 +02:00
108 changed files with 2766 additions and 1105 deletions

View File

@@ -153,8 +153,8 @@ class Address
* @var ThirdParty|null
*
* @ORM\ManyToOne(targetEntity="Chill\ThirdPartyBundle\Entity\ThirdParty")
* @ORM\JoinColumn(nullable=true)
* @groups({"write"})
* @ORM\JoinColumn(nullable=true, onDelete="SET NULL")
*/
private $linkedToThirdParty;