belongsTo(Employee::class); } public function items() { return $this->hasMany(PayrollItem::class); } }