hasMany(Comment::class, 'order_id'); } public function viewer(){ return $this->belongsTo(Viewer::class); } }