mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-06 16:08:41 +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
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private $id = 0;
|
||||
private int $id = 0;
|
||||
|
||||
private $account = null;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user