user_id === $user->id; } public function update(User $user, InAppNotification $notification): bool { return $notification->user_id === $user->id; } }