@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace CultuurNet\UDB3\Role\Commands; |
4 | 4 | |
5 | 5 | use ValueObjects\Identity\UUID; |
6 | -use ValueObjects\String\String as stringLiteral; |
|
7 | 6 | |
8 | 7 | class RenameRole extends AbstractCommand |
9 | 8 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace CultuurNet\UDB3\Role\Commands; |
4 | 4 | |
5 | 5 | use ValueObjects\Identity\UUID; |
6 | -use ValueObjects\String\String as stringLiteral; |
|
7 | 6 | |
8 | 7 | class RenameRole extends AbstractCommand |
9 | 8 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Broadway\CommandHandling\CommandBusInterface; |
6 | 6 | use Broadway\UuidGenerator\UuidGeneratorInterface; |
7 | -use CultuurNet\Entry\Number; |
|
8 | 7 | use CultuurNet\UDB3\Media\Commands\UploadImage; |
9 | 8 | use CultuurNet\UDB3\Media\Properties\MIMEType; |
10 | 9 | use League\Flysystem\FilesystemInterface; |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use CultuurNet\UDB3\EventHandling\DelegateEventHandlingToSpecificMethodTrait; |
16 | 16 | use CultuurNet\UDB3\Offer\Events\AbstractEventWithIri; |
17 | 17 | use CultuurNet\UDB3\Offer\IriOfferIdentifierFactoryInterface; |
18 | -use CultuurNet\UDB3\Organizer\Events\OrganizerDeleted; |
|
19 | 18 | use CultuurNet\UDB3\Place\Events\PlaceCreated; |
20 | 19 | use CultuurNet\UDB3\Place\Events\PlaceDeleted; |
21 | 20 | use CultuurNet\UDB3\Place\Events\PlaceImportedFromUDB2; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Broadway\Domain\DomainMessage; |
7 | 7 | use Broadway\EventHandling\EventListenerInterface; |
8 | 8 | use CultuurNet\UDB3\Actor\ActorImportedFromUDB2; |
9 | -use CultuurNet\UDB3\CalendarFactory; |
|
10 | 9 | use CultuurNet\UDB3\CalendarFactoryInterface; |
11 | 10 | use CultuurNet\UDB3\Cdb\ActorItemFactory; |
12 | 11 | use CultuurNet\UDB3\Cdb\CdbId\EventCdbIdExtractor; |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace CultuurNet\UDB3; |
4 | 4 | |
5 | -use ValueObjects\DateTime\WeekDay; |
|
6 | - |
|
7 | 5 | class OpeningHours |
8 | 6 | { |
9 | 7 | /** |