From 0a7fd9c460d516b6ef702b27e2aa3642262f87e5 Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Sun, 5 Sep 2021 19:42:01 +0100 Subject: [PATCH] [CORE][MODULES][NoteHandlerPlugin] Add missing import for `Event` --- src/Core/Modules/NoteHandlerPlugin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/Modules/NoteHandlerPlugin.php b/src/Core/Modules/NoteHandlerPlugin.php index 6b8214253b..386259162d 100644 --- a/src/Core/Modules/NoteHandlerPlugin.php +++ b/src/Core/Modules/NoteHandlerPlugin.php @@ -19,6 +19,7 @@ namespace App\Core\Modules; +use App\Core\Event; use App\Core\Log; use App\Entity\Note; use App\Util\Common;