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

Commit

Permalink
APOLLO-3946 Removed references to old document namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
brettminnie committed Sep 26, 2014
1 parent 170217a commit 476065a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/Opg/Core/Model/Entity/CaseItem/Page/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Page implements EntityInterface, \IteratorAggregate
private $id;

/**
* @ORM\ManyToOne(targetEntity = "Opg\Core\Model\Entity\CaseItem\Document\Document", inversedBy = "pages")
* @ORM\ManyToOne(targetEntity = "Opg\Core\Model\Entity\Documents\IncomingDocument", inversedBy = "pages")
* @var
*/
private $document;
Expand Down
2 changes: 0 additions & 2 deletions tests/OpgTest/Core/Model/Entity/CaseItem/Epa/EpaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

use Doctrine\Common\Collections\ArrayCollection;
use Opg\Common\Exception\UnusedException;
use Opg\Core\Model\Entity\CaseItem\Document\Document;
use Opg\Core\Model\Entity\CaseItem\Epa\Epa;
use Opg\Core\Model\Entity\CaseItem\Page\Page;
use Opg\Common\Model\Entity\DateFormat as OPGDateFormat;
Expand All @@ -18,7 +17,6 @@
use Opg\Core\Model\Entity\CaseActor\Correspondent;
use Opg\Core\Model\Entity\CaseActor\Donor;
use Opg\Core\Model\Entity\Documents\IncomingDocument;
use Opg\Core\Model\Entity\Documents\OutgoingDocument;

/**
* Epa test case.
Expand Down
1 change: 0 additions & 1 deletion tests/OpgTest/Core/Model/Entity/CaseItem/Lpa/LpaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

use Doctrine\Common\Collections\ArrayCollection;
use Opg\Common\Exception\UnusedException;
use Opg\Core\Model\Entity\CaseItem\Document\Document;
use Opg\Core\Model\Entity\CaseItem\Lpa\Lpa;
use Opg\Core\Model\Entity\CaseActor\Donor;
use Opg\Core\Model\Entity\CaseItem\Page\Page;
Expand Down

0 comments on commit 476065a

Please sign in to comment.