Gender::class, 'birthdate' => 'date', 'hire_date' => 'date', 'resign_date' => 'date', 'status' => EmploymentStatus::class, ]; } public function user(): BelongsTo { return $this->belongsTo(User::class); } }