@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use PhraseanetSDK\Exception\RuntimeException; |
15 | 15 | use Doctrine\Common\Collections\ArrayCollection; |
16 | -use PhraseanetSDK\EntityHydrator; |
|
17 | 16 | |
18 | 17 | class Feed extends AbstractRepository |
19 | 18 | { |
@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use PhraseanetSDK\Exception\RuntimeException; |
15 | 15 | use Doctrine\Common\Collections\ArrayCollection; |
16 | -use PhraseanetSDK\EntityHydrator; |
|
17 | 16 | |
18 | 17 | class Metadata extends AbstractRepository |
19 | 18 | { |
@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use PhraseanetSDK\Exception\RuntimeException; |
15 | 15 | use Doctrine\Common\Collections\ArrayCollection; |
16 | -use PhraseanetSDK\EntityHydrator; |
|
17 | 16 | |
18 | 17 | class Quarantine extends AbstractRepository |
19 | 18 | { |
@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use PhraseanetSDK\Exception\RuntimeException; |
15 | 15 | use Doctrine\Common\Collections\ArrayCollection; |
16 | -use PhraseanetSDK\EntityHydrator; |
|
17 | 16 | |
18 | 17 | class RecordStatus extends AbstractRepository |
19 | 18 | { |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use PhraseanetSDK\Exception\RuntimeException; |
15 | 15 | use PhraseanetSDK\Exception\NotFoundException; |
16 | 16 | use Doctrine\Common\Collections\ArrayCollection; |
17 | -use PhraseanetSDK\EntityHydrator; |
|
18 | 17 | |
19 | 18 | class Subdef extends AbstractRepository |
20 | 19 | { |
@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace PhraseanetSDK\Repository; |
13 | 13 | |
14 | -use PhraseanetSDK\EntityHydrator; |
|
15 | 14 | use PhraseanetSDK\Exception\RuntimeException; |
16 | 15 | |
17 | 16 | class User extends AbstractRepository |