belongsTo(User::class); } public function news() { return $this->belongsTo(News::class); } }