Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit e70674c

Browse files
committed
🐛 fix gc session issue
Signed-off-by: otengkwame <[email protected]>
1 parent 6b99477 commit e70674c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/libraries/Session/OldSessionWrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function destroy($id): bool
8686
}
8787

8888
#[\ReturnTypeWillChange]
89-
public function gc($maxlifetime): mixed
89+
public function gc($maxlifetime): bool
9090
{
9191
return $this->driver->gc($maxlifetime);
9292
}

0 commit comments

Comments
 (0)