@@ -6,7 +6,7 @@ discard block |
||
| 6 | 6 | namespace Graviton\FileBundle\Manager; |
| 7 | 7 | |
| 8 | 8 | use Doctrine\ODM\MongoDB\Id\UuidGenerator; |
| 9 | -use GravitonDyn\FileBundle\Document\File as FileDocument; |
|
| 9 | +use GravitonDyn\FileBundle\Document\File as DocumentFile; |
|
| 10 | 10 | use GravitonDyn\FileBundle\Document\FileMetadataBase; |
| 11 | 11 | use GravitonDyn\FileBundle\Document\FileMetadataEmbedded; |
| 12 | 12 | use League\Flysystem\Filesystem; |
@@ -16,7 +16,6 @@ discard block |
||
| 16 | 16 | use Symfony\Component\HttpFoundation\ResponseHeaderBag; |
| 17 | 17 | use Symfony\Component\HttpFoundation\FileBag; |
| 18 | 18 | use Symfony\Component\HttpFoundation\File\UploadedFile; |
| 19 | -use GravitonDyn\FileBundle\Document\File as DocumentFile; |
|
| 20 | 19 | use Doctrine\Bundle\MongoDBBundle\ManagerRegistry; |
| 21 | 20 | use Doctrine\ODM\MongoDB\DocumentManager; |
| 22 | 21 | use Symfony\Component\Filesystem\Filesystem as SfFileSystem; |
@@ -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 */ |