[ticket/14285] Remove unused use

PHPBB3-14285
This commit is contained in:
Rubén Calvo 2018-07-11 08:11:25 +02:00 committed by rubencm
parent 821964dc7a
commit 9bb3398c1e
2 changed files with 0 additions and 2 deletions

View file

@ -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
{

View file

@ -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
{