File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Resources/skeleton/authenticator Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7
7
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
8
8
use Symfony\Component\Security\Core\Exception\AuthenticationException;
9
9
use Symfony\Component\Security\Http\Authenticator\AbstractAuthenticator;
10
- <?= $ use_legacy_passport_interface ? 'use Symfony \\Component \\Security \\Http \\Authenticator \\Passport \\PassportInterface; ' : 'Symfony \\Component \\Security \\Http \\Authenticator \\Passport \\Passport; ' ?> <?= PHP_EOL ?>
10
+ use <?= $ use_legacy_passport_interface ? 'Symfony \\Component \\Security \\Http \\Authenticator \\Passport \\PassportInterface ' : 'Symfony \\Component \\Security \\Http \\Authenticator \\Passport \\Passport ' ?> ;
11
11
12
12
class <?php echo $ class_name ?> extends AbstractAuthenticator
13
13
{
You can’t perform that action at this time.
0 commit comments