mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-09 19:13:26 +00:00
add some element in message
This commit is contained in:
@@ -30,6 +30,7 @@ class UserRegistrationProcessor implements ProcessorInterface
|
||||
|
||||
return [
|
||||
'event' => $event->getName(),
|
||||
'webhookId' => $event->getId(),
|
||||
'version' => WebhookEvent::WEBHOOK_VERSION,
|
||||
'url' => $data['url'],
|
||||
'instance_name' => $data['instance_name'],
|
||||
@@ -40,7 +41,7 @@ class UserRegistrationProcessor implements ProcessorInterface
|
||||
],
|
||||
'granted' => $data['granted'],
|
||||
'rejected' => $data['rejected'],
|
||||
'time' => $data['time']
|
||||
'event_time'=> $data['event_time']
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user