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

This commit is contained in:
Hugo Sales 2021-09-05 19:42:01 +01:00
parent 1d5fd1aefa
commit 0a7fd9c460
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 1 additions and 0 deletions

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;