@@ -13,11 +13,8 @@ |
||
13 | 13 | use Bankiru\Api\Doctrine\Mapping\EntityMetadata; |
14 | 14 | use Bankiru\Api\Doctrine\Persister\ApiPersister; |
15 | 15 | use Bankiru\Api\Doctrine\Persister\EntityPersister; |
16 | -use Bankiru\Api\Doctrine\Proxy\ApiCollection; |
|
17 | 16 | use Bankiru\Api\Doctrine\Utility\IdentifierFlattener; |
18 | 17 | use Bankiru\Api\Doctrine\Utility\ReflectionPropertiesGetter; |
19 | -use Doctrine\Common\Collections\ArrayCollection; |
|
20 | -use Doctrine\Common\Collections\Collection; |
|
21 | 18 | use Doctrine\Common\NotifyPropertyChanged; |
22 | 19 | use Doctrine\Common\Persistence\Mapping\RuntimeReflectionService; |
23 | 20 | use Doctrine\Common\Persistence\ObjectManagerAware; |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Bankiru\Api\Doctrine\EntityManager; |
15 | 15 | use Bankiru\Api\Doctrine\EntityMetadataFactory; |
16 | 16 | use Bankiru\Api\Doctrine\Mapping\Driver\YmlMetadataDriver; |
17 | -use Bankiru\Api\Doctrine\Proxy\ProxyFactory; |
|
18 | 17 | use Bankiru\Api\Doctrine\Type\BaseTypeRegistry; |
19 | 18 | use Bankiru\Api\Doctrine\Type\TypeRegistry; |
20 | 19 | use Bankiru\Api\Test\TestClient; |