diff --git a/src/Recorders/ValidationErrors.php b/src/Recorders/ValidationErrors.php index 33d65b6..ad02ee8 100644 --- a/src/Recorders/ValidationErrors.php +++ b/src/Recorders/ValidationErrors.php @@ -88,7 +88,7 @@ public function record(ValidationExceptionOccurred|RequestHandled $event): void } $this->pulse->lazy(function () use ($event) { - if ($event->request->attributes->has('pulse_validation_messages_recorded')) { + if ($event->request->attributes->get('pulse_validation_messages_recorded')) { return; }