N°7704 Fix missing namespace for constant EVENT_DOWNLOAD_DOCUMENT

This commit is contained in:
Timothee
2024-11-13 14:39:23 +01:00
parent e9f16935b6
commit 9cffd17e19
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ class AttributeBlobEventListener implements iEventServiceSetup
public function RegisterEventsAndListeners()
{
EventService::RegisterListener(
EVENT_DOWNLOAD_DOCUMENT,
\EVENT_DOWNLOAD_DOCUMENT,
[$this, 'OnAttributeBlobDownloadActivateTrigger']
);
}