belongsToMany(CommunityTag::class, 'la_community_post_tag', 'tag_id', 'post_id'); } public function category() { return $this->belongsTo(CommunityCategory::class, 'category_id'); } }