[CORE][MODULES][NoteHandlerPlugin] Add missing import for Event

This commit is contained in:
2021-09-05 19:42:01 +01:00
parent 1d5fd1aefa
commit 0a7fd9c460

View File

@@ -19,6 +19,7 @@
namespace App\Core\Modules;
use App\Core\Event;
use App\Core\Log;
use App\Entity\Note;
use App\Util\Common;