Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-02-12 00:48:15 +0300
committerdartcafe <github@dartcafe.de>2022-02-12 00:48:15 +0300
commitba528eecddd62c97a9a3702b3de9bc244659dc28 (patch)
tree4ee18aab6479e0574fc47df309b7027530b67232
parent263c9e5de3c6c5e624fc4da1918de850f42e7bb9 (diff)
declare class
Signed-off-by: dartcafe <github@dartcafe.de>
-rw-r--r--lib/Model/Mail/NotificationMail.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Model/Mail/NotificationMail.php b/lib/Model/Mail/NotificationMail.php
index 941cda67..3811df26 100644
--- a/lib/Model/Mail/NotificationMail.php
+++ b/lib/Model/Mail/NotificationMail.php
@@ -26,6 +26,7 @@ namespace OCA\Polls\Model\Mail;
use OCA\Polls\Db\Log;
use OCA\Polls\Db\Subscription;
+use OCA\Polls\Event\CommentEvent;
use OCA\Polls\Event\PollEvent;
use OCA\Polls\Event\OptionEvent;
use OCA\Polls\Event\VoteEvent;