We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0505bfb commit 33aa45fCopy full SHA for 33aa45f
src/Security/SecurityControllerBuilder.php
@@ -12,7 +12,6 @@
12
namespace Symfony\Bundle\MakerBundle\Security;
13
14
use Symfony\Bundle\MakerBundle\Util\ClassSourceManipulator;
15
-use Symfony\Bundle\MakerBundle\Util\PhpCompatUtil;
16
use Symfony\Component\HttpFoundation\Response;
17
use Symfony\Component\Routing\Annotation\Route;
18
use Symfony\Component\Security\Http\Authentication\AuthenticationUtils;
tests/Security/SecurityControllerBuilderTest.php
@@ -14,7 +14,6 @@
use PHPUnit\Framework\TestCase;
use Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder;
19
class SecurityControllerBuilderTest extends TestCase
20
{
0 commit comments