mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-21 17:49:34 +00:00
Added basic API to access and edit manufacturer entities
This commit is contained in:
parent
f5a15b23d6
commit
676c8eeefb
11 changed files with 96 additions and 21 deletions
|
|
@ -22,6 +22,7 @@ declare(strict_types=1);
|
|||
|
||||
namespace App\Entity\UserSystem;
|
||||
|
||||
use ApiPlatform\Metadata\ApiResource;
|
||||
use App\Entity\Attachments\Attachment;
|
||||
use App\Entity\Attachments\AttachmentTypeAttachment;
|
||||
use App\Validator\Constraints\NoLockout;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue