@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | namespace BEAR\QueryRepository; |
6 | 6 | |
7 | -use BEAR\QueryRepository\Exception\LogicException; |
|
8 | 7 | use BEAR\QueryRepository\Exception\RuntimeException; |
9 | 8 | use BEAR\Resource\ResourceObject; |
10 | 9 | use Ray\Aop\MethodInterceptor; |
@@ -10,7 +10,6 @@ |
||
10 | 10 | use BEAR\Resource\AbstractUri; |
11 | 11 | use BEAR\Resource\ResourceObject; |
12 | 12 | use Doctrine\Common\Annotations\Reader; |
13 | -use LogicException; |
|
14 | 13 | use ReflectionClass; |
15 | 14 | use ReflectionException; |
16 | 15 |