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 085358c commit 64ab28bCopy full SHA for 64ab28b
src/Resources/skeleton/authenticator/Security52EmptyAuthenticator.tpl.php
@@ -7,7 +7,7 @@
7
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
8
use Symfony\Component\Security\Core\Exception\AuthenticationException;
9
use Symfony\Component\Security\Http\Authenticator\AbstractAuthenticator;
10
-<?= $use_legacy_passport_interface ? 'use Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\PassportInterface;'."\n" : '' ?>
+use <?= $use_legacy_passport_interface ? 'Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\PassportInterface' : 'Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Passport' ?>;
11
12
class <?php echo $class_name ?> extends AbstractAuthenticator
13
{
0 commit comments