Skip to content

Commit cf75d7d

Browse files
authored
Update SessionHandler.php
1 parent f348792 commit cf75d7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SessionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class SessionHandler implements SessionHandlerInterface, SessionIdInterface, SessionUpdateTimestampHandlerInterface
1010
{
11-
public static $sessionSavePath = 'data/sessions';
11+
public static $sessionSavePath = 'data/sessions';
1212
public static $sessionIdSize = 16;
1313

1414
private string $sessionSavePath;

0 commit comments

Comments
 (0)