Skip to content

Commit 3e95b3e

Browse files
Adding missing use
1 parent 9e11eea commit 3e95b3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

security/custom_authenticator.rst

+1
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ The following credential classes are supported by default:
261261
:class:`Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Credentials\\CustomCredentials`
262262
Allows a custom closure to check credentials::
263263

264+
use Symfony\Component\Security\Core\User\UserInterface;
264265
use Symfony\Component\Security\Http\Authenticator\Passport\Credentials\CustomCredentials;
265266

266267
// ...

0 commit comments

Comments
 (0)