User dep impl update

This commit is contained in:
Astrologies 2021-12-19 00:23:50 -05:00
parent a671625523
commit cd7229db1b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ namespace Alphaland\Users
private const SecondsInDays = 86400;
public function __construct() {
function __construct() {
if(isset($_COOKIE['token'])) {
$this->ValidateSession($_COOKIE['token']);
}