I am currently refactoring one of our applications to make use of Doctrine Embeddables to better structure the data internally.
I tried to attach the #[Encrypted] to the properties of the embeddable class, but that seems to have had no effect. It would be good if the bundle could also support encrypted properties in Doctrine Embeddables.
I am currently refactoring one of our applications to make use of Doctrine Embeddables to better structure the data internally.
I tried to attach the
#[Encrypted]to the properties of the embeddable class, but that seems to have had no effect. It would be good if the bundle could also support encrypted properties in Doctrine Embeddables.