@@ -7,7 +7,7 @@ discard block |
||
7 | 7 | |
8 | 8 | use Gaufrette\File as GaufretteFile; |
9 | 9 | use Gaufrette\Filesystem; |
10 | -use GravitonDyn\FileBundle\Document\File as FileDocument; |
|
10 | +use GravitonDyn\FileBundle\Document\File as DocumentFile; |
|
11 | 11 | use GravitonDyn\FileBundle\Document\FileMetadataBase; |
12 | 12 | use GravitonDyn\FileBundle\Document\FileMetadataEmbedded; |
13 | 13 | use Symfony\Component\Form\Exception\InvalidArgumentException; |
@@ -17,7 +17,6 @@ discard block |
||
17 | 17 | use Symfony\Component\HttpKernel\Exception\BadRequestHttpException; |
18 | 18 | use Symfony\Component\HttpFoundation\FileBag; |
19 | 19 | use Symfony\Component\HttpFoundation\File\UploadedFile; |
20 | -use GravitonDyn\FileBundle\Document\File as DocumentFile; |
|
21 | 20 | use Doctrine\Bundle\MongoDBBundle\ManagerRegistry; |
22 | 21 | use Doctrine\ODM\MongoDB\DocumentManager; |
23 | 22 | use Symfony\Component\Filesystem\Filesystem as SfFileSystem; |
@@ -7,7 +7,6 @@ |
||
7 | 7 | |
8 | 8 | use Graviton\SecurityBundle\Authentication\Strategies\AbstractHttpStrategy; |
9 | 9 | use Symfony\Component\HttpFoundation\Request; |
10 | -use Symfony\Component\Security\Core\Role\Role; |
|
11 | 10 | |
12 | 11 | /** |
13 | 12 | * Class AbstractHttpStrategyProxy |
@@ -6,7 +6,6 @@ |
||
6 | 6 | namespace Graviton\RabbitMqBundle\Producer; |
7 | 7 | |
8 | 8 | use OldSound\RabbitMqBundle\RabbitMq\Producer; |
9 | -use OldSound\RabbitMqBundle\RabbitMq\ProducerInterface; |
|
10 | 9 | |
11 | 10 | /** |
12 | 11 | * @author List of contributors <https://github.com/libgraviton/graviton/graphs/contributors> |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Graviton\RestBundle\Model\DocumentModel; |
15 | 15 | use Graviton\SchemaBundle\SchemaUtils; |
16 | 16 | use Graviton\RestBundle\Service\RestUtilsInterface; |
17 | -use Graviton\SecurityBundle\Entities\SecurityUser; |
|
18 | 17 | use Graviton\SecurityBundle\Service\SecurityUtils; |
19 | 18 | use Symfony\Component\Security\Core\Exception\UsernameNotFoundException; |
20 | 19 | use Symfony\Component\DependencyInjection\ContainerInterface; |