belongsTo(ForumCategory::class, 'parent_id'); } public function threads() { return $this->hasMany(ForumThread::class, 'category_id'); } }