mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 10:24:31 +02:00
Fixed further inspection issues
This commit is contained in:
parent
33e36f3d2b
commit
87533b6031
37 changed files with 46 additions and 71 deletions
|
@ -24,7 +24,6 @@ namespace App\Entity\Attachments;
|
|||
|
||||
use App\Entity\Parts\Part;
|
||||
use App\Serializer\APIPlatform\OverrideClassDenormalizer;
|
||||
use App\Serializer\TypeOverride\TypeOverridableSerializer;
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
|
||||
use Symfony\Component\Serializer\Attribute\Context;
|
||||
|
|
|
@ -37,7 +37,6 @@ use ApiPlatform\Metadata\Patch;
|
|||
use ApiPlatform\Metadata\Post;
|
||||
use ApiPlatform\Serializer\Filter\PropertyFilter;
|
||||
use App\ApiPlatform\Filter\LikeFilter;
|
||||
use App\Repository\PartLotRepository;
|
||||
use Doctrine\DBAL\Types\Types;
|
||||
use App\Entity\Base\AbstractDBElement;
|
||||
use App\Entity\Base\TimestampTrait;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue