Made message signing in Cryptography use SHA512 as the message content for... #1
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
||||||
$data['created'] = new DateTime($data['created']);
|
$data['created'] = new DateTime($data['created']);
|
||||||
$data['last_request'] = new DateTime($data['last_request']);
|
$data['last_request'] = new DateTime($data['last_request']);
|
||||||
|
|
||||||
$sessionRecord = SessionRecord::fromArray($data);
|
return SessionRecord::fromArray($data);
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (PDOException | DateMalformedStringException $e)
|
catch (PDOException | DateMalformedStringException $e)
|
||||||
|
|
Loading…
Add table
Reference in a new issue