diff --git a/Models/EmployeeHistory.php b/Models/EmployeeHistory.php index 7507b95..ee94b2f 100644 --- a/Models/EmployeeHistory.php +++ b/Models/EmployeeHistory.php @@ -92,6 +92,8 @@ class EmployeeHistory implements ArrayableInterface, \JsonSerializable /** * Constructor. * + * @param int|Employee $employee Employee + * * @since 1.0.0 */ public function __construct($employee = 0)