File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public static function createHandler($connection): AbstractSessionHandler
54
54
case 0 === strpos ($ connection , 'rediss:// ' ):
55
55
case 0 === strpos ($ connection , 'memcached:// ' ):
56
56
if (!class_exists (AbstractAdapter::class)) {
57
- throw new InvalidArgumentException (sprintf ('Unsupported DSN "%s". Try running "composer require symfony/cache". ' , $ storage ));
57
+ throw new InvalidArgumentException (sprintf ('Unsupported DSN "%s". Try running "composer require symfony/cache". ' , $ connection ));
58
58
}
59
59
$ handlerClass = 0 === strpos ($ connection , 'memcached:// ' ) ? MemcachedSessionHandler::class : RedisSessionHandler::class;
60
60
$ connection = AbstractAdapter::createConnection ($ connection , ['lazy ' => true ]);
You can’t perform that action at this time.
0 commit comments