소스 검색

fix missing relation

Vincent GUFFON 4 년 전
부모
커밋
4e1bf6d153
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/Entity/Core/AddressPostal.php

+ 3 - 0
src/Entity/Core/AddressPostal.php

@@ -66,6 +66,9 @@ class AddressPostal
     #[ORM\OneToOne(mappedBy: 'addressPostal')]
     private OrganizationAddressPostal $organizationAddressPostal;
 
+    #[ORM\OneToOne(mappedBy: 'addressPostal')]
+    private PersonAddressPostal $personAddressPostal;
+
     public function getId(): ?int
     {
         return $this->id;