'decimal:2', ]; /** * Get the payroll entry that owns the adjustment. */ public function payrollEntry() { return $this->belongsTo(PayrollEntry::class); } }