From f353324af48b2f4ba41e9516a6b339d2b66e2447 Mon Sep 17 00:00:00 2001 From: OrangeVinz Date: Wed, 18 Jun 2025 11:11:36 +0200 Subject: [PATCH] Update subresources.md Unused post operation import --- core/subresources.md | 1 - 1 file changed, 1 deletion(-) diff --git a/core/subresources.md b/core/subresources.md index cbdcd382b04..a90ed734f3d 100644 --- a/core/subresources.md +++ b/core/subresources.md @@ -303,7 +303,6 @@ namespace App\Entity; use ApiPlatform\Metadata\ApiResource; use ApiPlatform\Metadata\Get; use ApiPlatform\Metadata\Link; -use ApiPlatform\Metadata\Post; use Doctrine\ORM\Mapping as ORM; #[ORM\Entity]