diff --git a/core/file-upload.md b/core/file-upload.md index 3a4e1578207..ecf67eaf2ef 100644 --- a/core/file-upload.md +++ b/core/file-upload.md @@ -101,11 +101,8 @@ use App\Entity\MediaObject; use App\Form\MediaObjectType; use Sensio\Bundle\FrameworkExtraBundle\Configuration\IsGranted; use Symfony\Bridge\Doctrine\RegistryInterface; -use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\Form\FormFactoryInterface; use Symfony\Component\HttpFoundation\Request; -use Symfony\Component\HttpFoundation\Response; -use Symfony\Component\Serializer\SerializerInterface; use Symfony\Component\Validator\Validator\ValidatorInterface; final class CreateMediaObjectAction