We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006a2ea commit 370358fCopy full SHA for 370358f
lib/Connection.php
@@ -58,7 +58,7 @@ public static function getInstance($name = 'default', $context = array(), $backe
58
59
if (array_key_exists($name, $instances)) return $instances[$name];
60
61
- return $instances[$name] = new self($context, $backend);
+ return $instances[$name] = new self($context, $backend, $options);
62
}
63
64
//
0 commit comments