belongsTo(User::class); } function article() { return $this->belongsTo(Article::class); } }