From 8bc5a856fe4d1c3bb4f67cce941759431da00d52 Mon Sep 17 00:00:00 2001 From: Mark Ogilvie Date: Wed, 22 Feb 2023 21:23:20 +0000 Subject: [PATCH] Update readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cabbc8c..68be605 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ Or you can dispatch the EncryptEvent. ## Step 5: Decrypt in templates If you query a repository using a select with an array result -then the doctrine onLoad event subscriber will not decyrpt any encrypted +then the doctrine onLoad event subscriber will not decrypt any encrypted values. In this case, use the twig filter to decrypt your value when rendering.