Restore RoleInterface import

This commit is contained in:
Sullivan SENECHAL 2018-01-24 17:32:05 +01:00
parent 65b48b5b93
commit 8ecfeb1e31
No known key found for this signature in database
GPG Key ID: FD42297788CB7D07

View File

@ -11,6 +11,8 @@
namespace Symfony\Component\Security\Core\Authentication\Token;
use Symfony\Component\Security\Core\Role\RoleInterface;
/**
* PreAuthenticatedToken implements a pre-authenticated token.
*