id === $notifier->user_id; } public function delete(User $user, Notifier $notifier): bool { return $user->id === $notifier->user_id; } }