forked from GNUsocial/gnu-social
[CORE] Add missing use statement in module base class
This commit is contained in:
parent
db608ca3c1
commit
8547c54103
@ -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