SalaryAdjustmentType::class, 'amount' => 'int', ]; } public function payroll(): BelongsTo { return $this->belongsTo(Payroll::class); } }