belongsTo(User::class, 'created_by'); } /** * Get the category that this indicator belongs to. */ public function category() { return $this->belongsTo(PerformanceIndicatorCategory::class, 'category_id'); } }