@@ -3,12 +3,9 @@ |
||
3 | 3 | namespace CultuurNet\UDB3\Media\Serialization; |
4 | 4 | |
5 | 5 | use CultuurNet\UDB3\Iri\IriGeneratorInterface; |
6 | -use CultuurNet\UDB3\Media\MediaObject; |
|
7 | 6 | use CultuurNet\UDB3\Media\Properties\MIMEType; |
8 | -use Symfony\Component\HttpFoundation\File\MimeType\ExtensionGuesser; |
|
9 | 7 | use Symfony\Component\Serializer\Exception\UnsupportedException; |
10 | 8 | use Symfony\Component\Serializer\SerializerInterface; |
11 | -use ValueObjects\Web\Url; |
|
12 | 9 | |
13 | 10 | class MediaObjectSerializer implements SerializerInterface |
14 | 11 | { |
@@ -40,13 +40,10 @@ |
||
40 | 40 | use CultuurNet\UDB3\CollaborationData; |
41 | 41 | use CultuurNet\UDB3\Location; |
42 | 42 | use CultuurNet\UDB3\Media\Image; |
43 | -use CultuurNet\UDB3\Media\MediaObject; |
|
44 | -use CultuurNet\UDB3\Media\Properties\MIMEType; |
|
45 | 43 | use CultuurNet\UDB3\Title; |
46 | 44 | use CultuurNet\UDB3\Translation; |
47 | 45 | use ValueObjects\Identity\UUID; |
48 | 46 | use ValueObjects\String\String; |
49 | -use ValueObjects\Web\Url; |
|
50 | 47 | |
51 | 48 | class Event extends EventSourcedAggregateRoot |
52 | 49 | { |
@@ -8,8 +8,6 @@ |
||
8 | 8 | namespace CultuurNet\UDB3; |
9 | 9 | |
10 | 10 | use CultuurNet\UDB3\Media\Image; |
11 | -use CultuurNet\UDB3\Media\MediaObject; |
|
12 | -use ValueObjects\String\String; |
|
13 | 11 | |
14 | 12 | /** |
15 | 13 | * Trait that contains all major editing methods for Offers. |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use CultuurNet\UDB3\ContactPoint; |
16 | 16 | use CultuurNet\UDB3\Event\EventType; |
17 | 17 | use CultuurNet\UDB3\Media\Image; |
18 | -use CultuurNet\UDB3\Media\MediaObject; |
|
19 | 18 | use CultuurNet\UDB3\Place\Commands\UpdateImage; |
20 | 19 | use CultuurNet\UDB3\Place\Events\BookingInfoUpdated; |
21 | 20 | use CultuurNet\UDB3\Place\Events\ContactPointUpdated; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | use CultuurNet\UDB3\Media\Image; |
13 | 13 | use CultuurNet\UDB3\Theme; |
14 | 14 | use CultuurNet\UDB3\Title; |
15 | -use ValueObjects\Identity\UUID; |
|
16 | 15 | use ValueObjects\String\String; |
17 | 16 | |
18 | 17 | interface PlaceEditingServiceInterface |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use CultuurNet\UDB3\ContactPoint; |
16 | 16 | use CultuurNet\UDB3\Event\EventType; |
17 | 17 | use CultuurNet\UDB3\Media\Image; |
18 | -use CultuurNet\UDB3\Media\MediaObject; |
|
19 | 18 | use CultuurNet\UDB3\Place\Commands\UpdateImage; |
20 | 19 | use CultuurNet\UDB3\Place\Events\BookingInfoUpdated; |
21 | 20 | use CultuurNet\UDB3\Place\Events\ContactPointUpdated; |