From 8e0acfc2db92a6576c5f070aafafc1c2109f1704 Mon Sep 17 00:00:00 2001 From: Bonfante Date: Wed, 27 Jun 2018 19:41:44 -0300 Subject: [PATCH] [HttpFoundation] missing namespace for RedisProxy --- .../Session/Storage/Handler/RedisSessionHandler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/RedisSessionHandler.php b/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/RedisSessionHandler.php index 59242ef387..bad59332a9 100644 --- a/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/RedisSessionHandler.php +++ b/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/RedisSessionHandler.php @@ -12,6 +12,7 @@ namespace Symfony\Component\HttpFoundation\Session\Storage\Handler; use Predis\Response\ErrorInterface; +use Symfony\Component\Cache\Traits\RedisProxy; /** * Redis based session storage handler based on the Redis class