summaryrefslogtreecommitdiffstats
path: root/Core/User
diff options
context:
space:
mode:
Diffstat (limited to 'Core/User')
-rw-r--r--Core/User/UserInterface.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Core/User/UserInterface.php b/Core/User/UserInterface.php
index 6e9b0f1..1b52dab 100644
--- a/Core/User/UserInterface.php
+++ b/Core/User/UserInterface.php
@@ -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.
*