Fixed incorrect session table name

This commit is contained in:
objecttothis
2023-11-02 13:57:39 +04:00
committed by jekkos
parent 85de6adadb
commit c5c4a528b4

View File

@@ -57,7 +57,7 @@ class Session extends BaseConfig
*
* IMPORTANT: You are REQUIRED to set a valid save path!
*/
public string $savePath = WRITEPATH . 'session';
public string $savePath = 'sessions';
/**
* --------------------------------------------------------------------------