Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

Commit

Permalink
Added parent type for Serialiser
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Sep 20, 2014
1 parent 9ae6e91 commit ce772a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Opg/Core/Model/Entity/Person/Person.php
Expand Up @@ -195,6 +195,7 @@ abstract class Person implements HasUidInterface, HasNotesInterface, EntityInter

/**
* @ORM\ManyToOne(targetEntity = "Person", inversedBy = "children")
* @Type("Opg\Core\Model\Entity\Person\Person")
*/
private $parent;

Expand Down

0 comments on commit ce772a6

Please sign in to comment.