User dep impl update
This commit is contained in:
parent
a671625523
commit
cd7229db1b
|
|
@ -24,7 +24,7 @@ namespace Alphaland\Users
|
|||
|
||||
private const SecondsInDays = 86400;
|
||||
|
||||
public function __construct() {
|
||||
function __construct() {
|
||||
if(isset($_COOKIE['token'])) {
|
||||
$this->ValidateSession($_COOKIE['token']);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue