Implemented fullpersonnamesource orm mapping

This commit is contained in:
Kevin Frantz
2018-11-18 12:25:36 +01:00
parent 08c4bee43f
commit 0c852dbec4
5 changed files with 12 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ class UserSource extends AbstractCombinationSource implements UserSourceInterfac
/**
* @ORM\OneToOne(targetEntity="PersonIdentitySource",cascade={"persist", "remove"})
* @ORM\JoinColumn(name="identity_id", referencedColumnName="id",onDelete="CASCADE")
*
* @var PersonIdentitySourceInterface
*/