Skip to content

Commit 3bc7471

Browse files
authored
Merge pull request #229 from nekufa/patch-2
fix session id configuration
2 parents 05358f6 + 6021287 commit 3bc7471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ public function useSession(string $useSessionId = '')
298298
if (!$useSessionId) {
299299
$this->settings()->makeSessionId();
300300
} else {
301-
$this->settings()->swhereInFileession_id($useSessionId);
301+
$this->settings()->session_id($useSessionId);
302302
}
303303
}
304304
return $this;

0 commit comments

Comments
 (0)