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

Commit

Permalink
Merge branch 'APOLLO-3003' of https://github.com/ministryofjustice/op…
Browse files Browse the repository at this point in the history
  • Loading branch information
jianzhong committed Sep 11, 2014
2 parents 237fef7 + 1631553 commit 2fc3b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Opg/Core/Model/Entity/CaseItem/Lpa/Validator/CaseType.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ public function __construct()
$this->setStrict(InArray::COMPARE_STRICT);

$this->setHaystack(
[
array(
self::CASE_TYPE_EPA,
self::CASE_TYPE_LPA,
]
)
);
}
}

0 comments on commit 2fc3b9b

Please sign in to comment.