belongsTo(SettingForm::class, 'form_code', 'code') ->where('form_sector', $this->form_sector); } public function agency() { return $this->belongsTo(Agency::class, 'agency_id', 'id'); } public function getKeyName() { return $this->primaryKey; } }