Skip to content

Commit c5462ed

Browse files
Tony Tranchalasr
authored andcommitted
Add missing use for RoleInterface
1 parent e6f1869 commit c5462ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Authentication/Token/UsernamePasswordToken.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
namespace Symfony\Component\Security\Core\Authentication\Token;
1313

14+
use Symfony\Component\Security\Core\Role\RoleInterface;
15+
1416
/**
1517
* UsernamePasswordToken implements a username and password token.
1618
*

0 commit comments

Comments
 (0)