Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
accognet committed Oct 1, 2024
1 parent ecbce2e commit bfbf85c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datamodels/2.x/itop-attachments/src/Hook/EventListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
use Combodo\iTop\Service\Events\EventData;
use Combodo\iTop\Service\Events\EventService;
use Combodo\iTop\Service\Events\iEventServiceSetup;
use DBObject;
use DBObjectSearch;
use DBObjectSet;
use Exception;
Expand All @@ -18,6 +19,8 @@
use MetaModel;
use ormDocument;
use TriggerOnAttachmentDownload;
use TriggerOnAttachmentCreate;
use TriggerOnAttachmentDelete;

/**
* Class EventListener
Expand Down

0 comments on commit bfbf85c

Please sign in to comment.