Skip to content

Commit 22cf350

Browse files
authored
Update Connection.php
The startSession method has only one parameter pass
1 parent 2856c9e commit 22cf350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ public function getSession()
577577
*/
578578
public function startTransaction($transactionOptions = [], $sessionOptions = [])
579579
{
580-
$session = $this->startSession($sessionOptions,true);
580+
$session = $this->startSession($sessionOptions);
581581
$session->getTransaction()->start($transactionOptions);
582582
return $session;
583583
}

0 commit comments

Comments
 (0)