hasMany('App\Comment'); } public function tags(){ return $this->belongsToMany('App\Tag'); } }