dbfdg 'Technical', // 'organizational' => 'Organizational', // 'behavioural' => 'Behavioural', // ]; public function performance() { return $this->hasOne('App\Models\PerformanceType', 'id', 'type'); } }