[CORE] Add missing use statement in module base class

This commit is contained in:
Hugo Sales 2020-09-21 19:09:11 +00:00 committed by Hugo Sales
parent 179d7f3335
commit 46f1cf9529
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
namespace App\Core;
use App\Entity\Note;
use App\Util\Common;
use Symfony\Component\Form\Form;
use Symfony\Component\HttpFoundation\Request;