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

Commit

Permalink
APOLLO-3179 Added readonly annotation back to case
Browse files Browse the repository at this point in the history
  • Loading branch information
brettminnie committed Jul 24, 2014
1 parent 2f0a363 commit 8380e18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Opg/Core/Model/Entity/CaseItem/Task/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ class Task implements EntityInterface, \IteratorAggregate, HasRagRating, IsAssig
* @Type("Opg\Core\Model\Entity\CaseItem\CaseItem")
* @var CaseItem case
* @Groups({"api-poa-list","api-task-list"})
* @ReadOnly
*/
protected $case;

Expand Down

0 comments on commit 8380e18

Please sign in to comment.