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

Commit

Permalink
removed AssignableComposite Type annotation so that on poa controller…
Browse files Browse the repository at this point in the history
… full entity is returned
  • Loading branch information
jeremyquinton committed Jul 24, 2014
1 parent 3d15b16 commit 2f0a363
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Opg/Core/Model/Entity/CaseItem/CaseItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ abstract class CaseItem implements EntityInterface, \IteratorAggregate, CaseItem
* @ORM\ManyToOne(cascade={"persist"}, targetEntity = "Opg\Core\Model\Entity\Assignable\AssignableComposite", fetch = "EAGER")
* @Serializer\MaxDepth(1)
* @var AssignableComposite
* @Type("Opg\Core\Model\Entity\Assignable\AssignableComposite")
* @ReadOnly
* @Serializer\Groups("api-poa-list")
*/
Expand Down

0 comments on commit 2f0a363

Please sign in to comment.