@@ -46,11 +46,11 @@ |
||
46 | 46 | $this->queue->push( |
47 | 47 | QueueToEventDispatcherWithCommandId::class, |
48 | 48 | [ |
49 | - 'uuid' => (string)$domainMessage->getId(), |
|
49 | + 'uuid' => (string) $domainMessage->getId(), |
|
50 | 50 | 'playhead' => $domainMessage->getPlayHead(), |
51 | 51 | 'metadata' => json_encode($this->serializer->serialize($domainMessage->getMetadata())), |
52 | 52 | 'payload' => json_encode($this->serializer->serialize($domainMessage->getPayload())), |
53 | - 'recorded_on' => (string)$domainMessage->getRecordedOn(), |
|
53 | + 'recorded_on' => (string) $domainMessage->getRecordedOn(), |
|
54 | 54 | 'type' => $domainMessage->getType(), |
55 | 55 | 'command_id' => $this->notificationsCommandBus->getLastCommandId(), |
56 | 56 | ] |