mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-16 20:58:42 +00:00
fix after change to php 7.4
This commit is contained in:
parent
8a366a199c
commit
3862acb710
|
|
@ -33,7 +33,7 @@ class Employee implements ArrayableInterface, \JsonSerializable
|
||||||
* @var int
|
* @var int
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private $id = 0;
|
private int $id = 0;
|
||||||
|
|
||||||
private $account = null;
|
private $account = null;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user