Skip to content

Commit 66934d9

Browse files
committed
[FrameworkBundle] Remove unnecessary use
1 parent 9e48546 commit 66934d9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Controller/AbstractController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Symfony\Component\DependencyInjection\ServiceSubscriberInterface;
1717
use Symfony\Component\Form\FormFactoryInterface;
1818
use Symfony\Component\HttpFoundation\RequestStack;
19-
use Symfony\Component\HttpFoundation\Session\Session;
2019
use Symfony\Component\HttpFoundation\Session\SessionInterface;
2120
use Symfony\Component\HttpKernel\HttpKernelInterface;
2221
use Symfony\Component\Routing\RouterInterface;

Tests/Controller/AbstractControllerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
use Psr\Container\ContainerInterface;
1515
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
16-
use Symfony\Component\HttpFoundation\File\File;
1716

1817
class AbstractControllerTest extends ControllerTraitTest
1918
{

0 commit comments

Comments
 (0)