From 88136bd8f6a2e9c20dd73a9a47e83d49ed960aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20H=C3=A9bert?= Date: Sat, 20 Oct 2018 10:42:35 +0200 Subject: [PATCH] :pencil2: fix (core-file-upload): remove unused imports from CreateMediaObjectAction --- core/file-upload.md | 3 --- 1 file changed, 3 deletions(-) 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