diff --git a/core/subresources.md b/core/subresources.md index cbdcd382b04..f631224e3cf 100644 --- a/core/subresources.md +++ b/core/subresources.md @@ -301,9 +301,7 @@ Now let's add the Company class: 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]