mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-01-28 19:48:42 +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
|
||||
*
|
||||
* @var int|Session
|
||||
* @var Session
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public int|Session $session;
|
||||
public Session $session;
|
||||
|
||||
public \DateTimeImmutable $createdAt;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user