mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-02-14 11:48:40 +00:00
fix tests
This commit is contained in:
parent
1419f26f89
commit
d5442b5273
|
|
@ -51,10 +51,10 @@ class SessionElement implements \JsonSerializable
|
||||||
/**
|
/**
|
||||||
* Session id this element belongs to
|
* Session id this element belongs to
|
||||||
*
|
*
|
||||||
* @var int|Session
|
* @var Session
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public int|Session $session;
|
public Session $session;
|
||||||
|
|
||||||
public \DateTimeImmutable $createdAt;
|
public \DateTimeImmutable $createdAt;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user