belongsTo(User::class); } public function userNotification(): BelongsTo { return $this->belongsTo(UserNotification::class); } }