8000 [Security] Removed unsed trait import · ajgarlag/symfony@f997863 · GitHub
[go: up one dir, main page]

Skip to content

Commit f997863

Browse files
committed
[Security] Removed unsed trait import
1 parent 0daf414 commit f997863

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Component/Security/Guard/Authenticator/AbstractFormLoginAuthenticator.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Symfony\Component\Security\Core\Exception\AuthenticationException;
1717
use Symfony\Component\Security\Core\Security;
1818
use Symfony\Component\Security\Guard\AbstractGuardAuthenticator;
19-
use Symfony\Component\Security\Http\Util\TargetPathTrait;
2019

2120
/**
2221
* A base class to make form login authentication easier!
@@ -25,8 +24,6 @@
2524
*/
2625
abstract class AbstractFormLoginAuthenticator extends AbstractGuardAuthenticator
2726
{
28-
use TargetPathTrait;
29-
3027
/**
3128
* Return the URL to the login page.
3229
*

0 commit comments

Comments
 (0)
0