belongsTo(Viewer::class); } public function comment(){ return $this->hasMany(Comment::class); } }