Skip to content

Commit 8a0436f

Browse files
authored
Merge pull request #627 from GregoireHebert/fix-upload-example
✏️ fix (core-file-upload): remove unused imports from CreateMediaObjectAction
2 parents 0b9a518 + 88136bd commit 8a0436f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/file-upload.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,8 @@ use App\Entity\MediaObject;
101101
use App\Form\MediaObjectType;
102102
use Sensio\Bundle\FrameworkExtraBundle\Configuration\IsGranted;
103103
use Symfony\Bridge\Doctrine\RegistryInterface;
104-
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
105104
use Symfony\Component\Form\FormFactoryInterface;
106105
use Symfony\Component\HttpFoundation\Request;
107-
use Symfony\Component\HttpFoundation\Response;
108-
use Symfony\Component\Serializer\SerializerInterface;
109106
use Symfony\Component\Validator\Validator\ValidatorInterface;
110107
111108
final class CreateMediaObjectAction

0 commit comments

Comments
 (0)