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

Commit

Permalink
Merge pull request #170 from ministryofjustice/SDV-513_New_Lpa_Ingestion
Browse files Browse the repository at this point in the history
SDV-520 Missing annotation
  • Loading branch information
brettminnie committed Jan 16, 2015
2 parents 70ec89b + 569729f commit b1eb1d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Opg/Core/Model/Entity/CaseItem/PowerOfAttorney/Lpa.php
Expand Up @@ -62,7 +62,7 @@ class Lpa extends PowerOfAttorney
protected $lpaDonorSignature = false;

/**
* @ORM\Column(type = "boolean",options={"default":0})
* @ORM\Column(type = "boolean", options={"default":0})
* @var bool
* @Groups({"api-task-list","api-person-get"})
*/
Expand Down
Expand Up @@ -324,7 +324,7 @@ abstract class PowerOfAttorney extends CaseItem implements HasNoticeGivenDate, H
protected $attorneyDeclarationSignatureDate;

/**
* @ORM\Column(type="boolean")
* @ORM\Column(type="boolean"), options={"default":0})
* @var bool
* @Groups({"api-person-get"})
*/
Expand Down Expand Up @@ -450,7 +450,7 @@ abstract class PowerOfAttorney extends CaseItem implements HasNoticeGivenDate, H
protected $certificateProviderSignatureDate;

/**
* @ORM\Column(type="boolean")
* @ORM\Column(type="boolean"), options={"default":0})
* @var bool
* @Groups({"api-person-get"})
*/
Expand Down

0 comments on commit b1eb1d0

Please sign in to comment.