forked from GNUsocial/gnu-social
[CORE] Add missing use statement in module base class
This commit is contained in:
parent
179d7f3335
commit
46f1cf9529
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user