fix tests

This commit is contained in:
Anne-Cath
2024-12-12 11:36:43 +01:00
parent d3a9e30178
commit f8e761abe0

View File

@@ -41,11 +41,11 @@ class EventListener implements iEventServiceSetup
'Attachment'
);
EventService::RegisterListener(
EVENT_ADD_ATTACHMENT_TO_OBJECT,
\EVENT_ADD_ATTACHMENT_TO_OBJECT,
[$this, 'OnAttachmentAddedActivateTriggers']
);
EventService::RegisterListener(
EVENT_REMOVE_ATTACHMENT_FROM_OBJECT,
\EVENT_REMOVE_ATTACHMENT_FROM_OBJECT,
[$this, 'OnAttachmentRemovedActivateTriggers']
);
}