8000 [HttpFoundation] missing namespace for RedisProxy · symfony/symfony@8e0acfc · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e0acfc

Browse files
bonfantenicolas-grekas
authored andcommitted
[HttpFoundation] missing namespace for RedisProxy
1 parent cd94ef2 commit 8e0acfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/HttpFoundation/Session/Storage/Handler/RedisSessionHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
namespace Symfony\Component\HttpFoundation\Session\Storage\Handler;
1313

1414
use Predis\Response\ErrorInterface;
15+
use Symfony\Component\Cache\Traits\RedisProxy;
1516

1617
/**
1718
* Redis based session storage handler based on the Redis class

0 commit comments

Comments
 (0)
0