You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: