belongsTo(Tag::class,'tag_id'); } public function post() { return $this->belongsTo(Post::class, 'post_id'); } }