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

Commit

Permalink
APOLLO-1888 Missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
brettminnie committed Mar 24, 2014
1 parent c483fec commit ab02bbd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Opg/Core/Model/Entity/CaseItem/Lpa/Party/Attorney.php
Expand Up @@ -10,6 +10,7 @@
use Doctrine\ORM\Mapping as ORM;
use Zend\InputFilter\Factory as InputFactory;
use Zend\Validator\Callback;
use JMS\Serializer\Annotation\Type;

/**
* @ORM\Entity
Expand Down
Expand Up @@ -8,6 +8,7 @@
use Doctrine\ORM\Mapping as ORM;
use Zend\InputFilter\Factory as InputFactory;
use Zend\Validator\Callback;
use JMS\Serializer\Annotation\Type;

/**
* @ORM\Entity
Expand Down
Expand Up @@ -10,6 +10,7 @@
use Doctrine\ORM\Mapping as ORM;
use Zend\InputFilter\Factory as InputFactory;
use Zend\Validator\Callback;
use JMS\Serializer\Annotation\Type;

/**
* @ORM\Entity
Expand Down
Expand Up @@ -8,6 +8,7 @@
use Doctrine\ORM\Mapping as ORM;
use Zend\InputFilter\Factory as InputFactory;
use Zend\Validator\Callback;
use JMS\Serializer\Annotation\Type;

/**
* @ORM\Entity
Expand Down

0 comments on commit ab02bbd

Please sign in to comment.