We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f348792 commit cf75d7dCopy full SHA for cf75d7d
1 file changed
src/SessionHandler.php
@@ -8,7 +8,7 @@
8
9
class SessionHandler implements SessionHandlerInterface, SessionIdInterface, SessionUpdateTimestampHandlerInterface
10
{
11
- public static $sessionSavePath = 'data/sessions';
+ public static $sessionSavePath = 'data/sessions';
12
public static $sessionIdSize = 16;
13
14
private string $sessionSavePath;
0 commit comments