Skip to content

Commit 793a731

Browse files
committed
Removed mentions of passwords from the readme.
1 parent af27782 commit 793a731

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# StringGeneratorBundle
22

33
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
4+
creating keys. Using Doctrine's `prePersist` callback, StringGenerator adds the generated string to a property
55
before the entity is persisted. It also checks whether the string is unique to that property (just in case) and if not, quietly
66
generates a new string.
77

0 commit comments

Comments
 (0)