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
Copy file name to clipboardExpand all lines: docs/book/v5/upgrading/UPGRADE-5.3.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Following PHPStan's introduction in version 5.2 for the reasons described on the
32
32
33
33
### Update anonymization
34
34
35
-
By default, Dotkernel API uses "soft delete" for it's`User` entities in order to preserve the database entries.
35
+
By default, Dotkernel API uses "soft delete" for its`User` entities in order to preserve the database entries.
36
36
Anonymization is used to make sure any sensitive information is scrubbed from the system, with the `User`'s `identity`, `email`, `firstName` and `lastName` properties being overwritten by a unique placeholder.
37
37
Version 5.3 is adding an optional suffix from a configuration file, from where it can be used anywhere in the application.
0 commit comments