[HttpFoundation] missing namespace for RedisProxy

This commit is contained in:
Bonfante 2018-06-27 19:41:44 -03:00 committed by Nicolas Grekas
parent cd94ef22bf
commit 8e0acfc2db

View File

@ -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