Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Jun 26, 2024
1 parent 0b3ef35 commit 197a7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Recorders/ValidationErrors.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 197a7e7

Please sign in to comment.