From cf778c0d7991170dc4dec1392c3ad290de7e3cf7 Mon Sep 17 00:00:00 2001 From: Florian CAVASIN Date: Thu, 9 Jan 2025 15:54:44 +0100 Subject: [PATCH] Update custom_constraint.rst --- validation/custom_constraint.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validation/custom_constraint.rst b/validation/custom_constraint.rst index c2b4eff130a..8fcb0c5c10e 100644 --- a/validation/custom_constraint.rst +++ b/validation/custom_constraint.rst @@ -499,7 +499,7 @@ A class constraint validator must be applied to the class itself: use App\Validator as AcmeAssert; - #[AcmeAssert\ProtocolClass] + #[AcmeAssert\ConfirmedPaymentReceipt] class AcmeEntity { // ...