@@ -11,8 +11,6 @@ |
||
11 | 11 | |
12 | 12 | use Graviton\ApiBundle\Manager\DatabaseManager; |
13 | 13 | use Graviton\ExceptionBundle\Exception\NotFoundException; |
14 | -use Graviton\JsonSchemaBundle\Validator\InvalidJsonException; |
|
15 | -use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException; |
|
16 | 14 | use Symfony\Component\HttpFoundation\RequestStack; |
17 | 15 | |
18 | 16 | class ApiService |
@@ -8,12 +8,6 @@ |
||
8 | 8 | namespace Graviton\ApiBundle\Service; |
9 | 9 | |
10 | 10 | |
11 | -use Graviton\ApiBundle\Manager\DatabaseManager; |
|
12 | -use Graviton\ExceptionBundle\Exception\NotFoundException; |
|
13 | -use Graviton\JsonSchemaBundle\Validator\InvalidJsonException; |
|
14 | -use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException; |
|
15 | -use Symfony\Component\HttpFoundation\RequestStack; |
|
16 | - |
|
17 | 11 | class MappingService |
18 | 12 | { |
19 | 13 | /** |
@@ -8,12 +8,6 @@ |
||
8 | 8 | namespace Graviton\ApiBundle\Service; |
9 | 9 | |
10 | 10 | |
11 | -use Graviton\ApiBundle\Manager\DatabaseManager; |
|
12 | -use Graviton\ExceptionBundle\Exception\NotFoundException; |
|
13 | -use Graviton\JsonSchemaBundle\Validator\InvalidJsonException; |
|
14 | -use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException; |
|
15 | -use Symfony\Component\HttpFoundation\RequestStack; |
|
16 | - |
|
17 | 11 | class SchemaService |
18 | 12 | { |
19 | 13 | /** @var ConfigService */ |