Skip to content

Commit a6e672b

Browse files
erik-perritransistive
authored andcommitted
pass down session configuration
1 parent 6a5226c commit a6e672b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Basic/Driver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function __construct(DriverInterface $driver)
4646
*/
4747
public function createSession(?SessionConfiguration $config = null): Session
4848
{
49-
return new Session($this->driver->createSession());
49+
return new Session($this->driver->createSession($config));
5050
}
5151

5252
public function verifyConnectivity(): bool

0 commit comments

Comments
 (0)