fix after change to php 7.4

This commit is contained in:
Dennis Eichhorn 2019-08-17 14:14:51 +02:00
parent 8a366a199c
commit 3862acb710

View File

@ -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;