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

Commit

Permalink
Fixed missing annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
brettminnie committed Sep 13, 2014
1 parent 53acd3c commit 395e1ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Opg/Core/Model/Entity/Person/Person.php
Expand Up @@ -48,7 +48,9 @@
* "lpa_notified_person" = "Opg\Core\Model\Entity\CaseItem\Lpa\Party\NotifiedPerson",
* "lpa_certificate_provider" = "Opg\Core\Model\Entity\CaseItem\Lpa\Party\CertificateProvider",
* "actor_non_case_contact" = "Opg\Core\Model\Entity\CaseActor\NonCaseContact",
* "actor_relative" = "Opg\Core\Model\Entity\CaseActor\Relative"
* "actor_notified_relative" = "Opg\Core\Model\Entity\CaseActor\NotifiedRelative",
* "actor_notified_attorney" = "Opg\Core\Model\Entity\CaseActor\NotifiedAttorney",
* "actor_notified_donor" = "Opg\Core\Model\Entity\CaseActor\PersonNotifyDonor"
* })
* @ORM\entity(repositoryClass="Application\Model\Repository\PersonRepository")
*/
Expand Down

0 comments on commit 395e1ab

Please sign in to comment.