EncryptBundle icon indicating copy to clipboard operation
EncryptBundle copied to clipboard

Simplify doctrine flow

Open 4rthem opened this issue 1 year ago • 0 comments

I had issue with $em->refresh($entity);, the value was not decrypted again. Here is a simpler approach I think, we tell Doctrine the original value was the decrypted one. So we don't have to deal with many checks.

4rthem avatar Sep 30 '22 14:09 4rthem