From 8ecfeb1e31f8d0a8239ec47235bf4fd39d3d1b49 Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Wed, 24 Jan 2018 17:32:05 +0100 Subject: [PATCH] Restore RoleInterface import --- .../Core/Authentication/Token/PreAuthenticatedToken.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php b/src/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php index a2c6e0e4f9f16..84fdb4b00c086 100644 --- a/src/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php +++ b/src/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php @@ -11,6 +11,8 @@ namespace Symfony\Component\Security\Core\Authentication\Token; +use Symfony\Component\Security\Core\Role\RoleInterface; + /** * PreAuthenticatedToken implements a pre-authenticated token. *