We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a640e69 commit 76321daCopy full SHA for 76321da
1 file changed
README.md
@@ -2,8 +2,8 @@
2
3
This bundle allows you to automatically generate a unique random string on an entity property, useful for
4
creating keys or passwords. Using Doctrine's `prePersist` callback, StringGenerator adds the generated string to a property
5
-before the entity is persisted. It also checks whether the string is unique to that property (just in case) and quietly
6
-generates a new string. This results as a minimum of one extra query whenever you flush an entity for the first time.
+before the entity is persisted. It also checks whether the string is unique to that property (just in case) and if not, quietly
+generates a new string.
7
8
## Install
9
0 commit comments