hasManyThrough( Status::class, StatusHashtag::class, 'hashtag_id', 'id', 'id', 'status_id' ); } public function url($suffix = '') { return config('routes.hashtag.base').$this->slug.$suffix; } }