Add missing use for RoleInterface

This commit is contained in:
Tony Tran 2018-02-23 14:42:02 +01:00 committed by Robin Chalas
parent 5311009a29
commit 05359f310f

View File

@ -11,6 +11,8 @@
namespace Symfony\Component\Security\Core\Authentication\Token;
use Symfony\Component\Security\Core\Role\RoleInterface;
/**
* UsernamePasswordToken implements a username and password token.
*