hasMany('App\Models\ForumThread', 'category_id'); } public function posts() { return $this->hasMany('App\Models\ForumPost', 'category_id'); } }