mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 05:55:16 +01:00
Added entities and properties for some future features.
This commit is contained in:
@@ -29,9 +29,9 @@
|
||||
|
||||
namespace App\Controller;
|
||||
|
||||
use App\Entity\AttachmentType;
|
||||
use App\Entity\Footprint;
|
||||
use App\Entity\User;
|
||||
use App\Entity\Attachments\AttachmentType;
|
||||
use App\Entity\Parts\Footprint;
|
||||
use App\Entity\UserSystem\User;
|
||||
use App\Form\BaseEntityAdminForm;
|
||||
use App\Form\UserAdminForm;
|
||||
use App\Form\UserSettingsType;
|
||||
|
||||
Reference in New Issue
Block a user