Fix missing use in UserInterface

Fix missing Role use used for getRoles return type.
This commit is contained in:
Jérôme 2018-05-23 12:02:33 +02:00 committed by GitHub
parent 7fb7cf26ad
commit 3e0a0f4cb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,8 @@
namespace Symfony\Component\Security\Core\User;
use Symfony\Component\Security\Core\Role\Role;
/**
* Represents the interface that all user classes must implement.
*