Skip to content

Commit 2659c6a

Browse files
committed
minor #17169 Adding missing use (ThomasLandauer)
This PR was merged into the 5.4 branch. Discussion ---------- Adding missing `use` Commits ------- 3e95b3e Adding missing `use`
2 parents 01af2b2 + 3e95b3e commit 2659c6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

security/custom_authenticator.rst

Lines changed: 1 addition & 0 deletions
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)