mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 04:58:46 +02:00
N°8910 - Upgrade Symfony packages (#811)
This commit is contained in:
4
lib/symfony/cache/Traits/Redis6Proxy.php
vendored
4
lib/symfony/cache/Traits/Redis6Proxy.php
vendored
@@ -25,7 +25,9 @@ class_exists(\Symfony\Component\VarExporter\Internal\LazyObjectState::class);
|
||||
*/
|
||||
class Redis6Proxy extends \Redis implements ResetInterface, LazyObjectInterface
|
||||
{
|
||||
use Redis6ProxyTrait;
|
||||
use Redis61ProxyTrait;
|
||||
use Redis62ProxyTrait;
|
||||
use Redis63ProxyTrait;
|
||||
use LazyProxyTrait {
|
||||
resetLazyObject as reset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user