We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af27782 commit 793a731Copy full SHA for 793a731
1 file changed
README.md
@@ -1,7 +1,7 @@
1
# StringGeneratorBundle
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
+creating keys. 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 if not, quietly
6
generates a new string.
7
0 commit comments