8000
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 0daf414 commit f997863Copy full SHA for f997863
src/Symfony/Component/Security/Guard/Authenticator/AbstractFormLoginAuthenticator.php
@@ -16,7 +16,6 @@
16
use Symfony\Component\Security\Core\Exception\AuthenticationException;
17
use Symfony\Component\Security\Core\Security;
18
use Symfony\Component\Security\Guard\AbstractGuardAuthenticator;
19
-use Symfony\Component\Security\Http\Util\TargetPathTrait;
20
21
/**
22
* A base class to make form login authentication easier!
@@ -25,8 +24,6 @@
25
24
*/
26
abstract class AbstractFormLoginAuthenticator extends AbstractGuardAuthenticator
27
{
28
- use TargetPathTrait;
29
-
30
31
* Return the URL to the login page.
32
*
0 commit comments