We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3d7ad1 + 4f0baf9 commit f2548d7Copy full SHA for f2548d7
doc/softdeleteable.md
@@ -1,7 +1,7 @@
1
# SoftDeleteable behavior extension for Doctrine 2
2
3
**SoftDeleteable** behavior allows to "soft delete" objects, filtering them
4
-at SELECT time by marking them as with a timestamp, but not explicitly removing them from the database.
+at SELECT time by marking them deleted as with a timestamp, but not explicitly removing them from the database.
5
6
Features:
7
0 commit comments