Skip to content

Commit 370358f

Browse files
committed
Added options paramater when constructing Connection from getInstance
1 parent 006a2ea commit 370358f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Connection.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static function getInstance($name = 'default', $context = array(), $backe
5858

5959
if (array_key_exists($name, $instances)) return $instances[$name];
6060

61-
return $instances[$name] = new self($context, $backend);
61+
return $instances[$name] = new self($context, $backend, $options);
6262
}
6363

6464
//

0 commit comments

Comments
 (0)