From 9bb3398c1ed3705cc16caa6044dd1f30040be83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Wed, 11 Jul 2018 08:11:25 +0200 Subject: [PATCH] [ticket/14285] Remove unused use PHPBB3-14285 --- phpBB/phpbb/storage/controller/attachment.php | 1 - phpBB/phpbb/storage/controller/avatar.php | 1 - 2 files changed, 2 deletions(-) diff --git a/phpBB/phpbb/storage/controller/attachment.php b/phpBB/phpbb/storage/controller/attachment.php index 3906d9d0cc..5322255f0a 100644 --- a/phpBB/phpbb/storage/controller/attachment.php +++ b/phpBB/phpbb/storage/controller/attachment.php @@ -26,7 +26,6 @@ use phpbb\user; use Symfony\Component\HttpFoundation\Request as symfony_request; use Symfony\Component\HttpFoundation\RedirectResponse; use Symfony\Component\HttpFoundation\ResponseHeaderBag; -use Symfony\Component\HttpFoundation\StreamedResponse; class attachment extends controller { diff --git a/phpBB/phpbb/storage/controller/avatar.php b/phpBB/phpbb/storage/controller/avatar.php index 28ead1b6e6..7980b65266 100644 --- a/phpBB/phpbb/storage/controller/avatar.php +++ b/phpBB/phpbb/storage/controller/avatar.php @@ -19,7 +19,6 @@ use phpbb\db\driver\driver_interface; use phpbb\storage\storage; use Symfony\Component\HttpFoundation\Request as symfony_request; use Symfony\Component\HttpFoundation\ResponseHeaderBag; -use Symfony\Component\HttpFoundation\StreamedResponse; class avatar extends controller {