|  | @@ -36,7 +36,7 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 36 | 36 |                  isset($domainEventArray['id']) ? $domainEventArray['id'] : null, | 
                                                                                                            
                                                            | 37 | 37 |                  isset($domainEventArray['isDeprecated']) ? $domainEventArray['isDeprecated'] : false, | 
                                                                                                            
                                                            | 38 | 38 |                  isset($domainEventArray['correlationId']) ? $domainEventArray['correlationId'] : null, | 
                                                                                                            
                                                            | 39 |  | - //               isset($domainEventArray['extraAttributes']) ? $domainEventArray['extraAttributes'] : null | 
                                                                                                            
                                                            |  | 39 | +    //               isset($domainEventArray['extraAttributes']) ? $domainEventArray['extraAttributes'] : null | 
                                                                                                            
                                                            | 40 | 40 |              ); | 
                                                                                                            
                                                            | 41 | 41 |          } catch (DomainEventException $e) { | 
                                                                                                            
                                                            | 42 | 42 |              throw new InvalidJSONDomainEventException("Failed creating DomainEvent instance", 0, $e); | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.