|  | @@ -51,7 +51,7 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 51 | 51 |   | 
                                                                                                            
                                                            | 52 | 52 |          $tenantId = $this->tenantContext->getTenant()->getId(); | 
                                                                                                            
                                                            | 53 | 53 |   | 
                                                                                                            
                                                            | 54 |  | -        $this->eventDispatcher->addListener(KernelEvents::TERMINATE, function (TerminateEvent $event) use ($rendition, $tenantId) { | 
                                                                                                            
                                                            |  | 54 | +        $this->eventDispatcher->addListener(KernelEvents::TERMINATE, function(TerminateEvent $event) use ($rendition, $tenantId) { | 
                                                                                                            
                                                            | 55 | 55 |              $this->imageConversionProducer->publish(serialize([ | 
                                                                                                            
                                                            | 56 | 56 |                  'image' => $rendition->getImage(), | 
                                                                                                            
                                                            | 57 | 57 |                  'tenantId' => $tenantId, | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.