👤U
Size: a a a
AN
A
AD
class Profile {Какие настройки нужны в
#[ORM\OneToOne(targetEntity="Passport")]
private Passport $passport;
}
class Passport {
#[ORM\OneToOne(targetEntity="Profile")]
private Profile $profile;
}
ORM\OneToOne
для этих полей, чтобы:VM
AD
VM
VM
AD
VM
AT
AT
AT
ДБ