Skip to content

Commit

Permalink
修改session close参数
Browse files Browse the repository at this point in the history
  • Loading branch information
titrxw committed Apr 15, 2020
1 parent f1c32c0 commit 3e646e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Core/Session/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public function destroy() {
}

public function close() {
return self::$handler->close();
return self::$handler->close($this->getRealId());
}

public function gc() {
Expand Down

0 comments on commit 3e646e7

Please sign in to comment.