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