We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 006a2ea + 370358f commit 0e368aeCopy full SHA for 0e368ae
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