belongsToMany('App\Thread'); } /** * Get creator of this tag. */ public function creator() { return $this->belongsTo('App\User', 'creator_id'); } }