Skip to content

Commit c259371

Browse files
authored
Remove property hooks mention
1 parent dcdd58b commit c259371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/reference/working-with-associations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,6 @@ methods:
765765
that may lead to database-specific comparison or sorting rules being applied, or
766766
to database-level values being different from object field values.
767767

768-
Provide accessor methods or property hooks for all entity fields used in criteria
769-
expressions, and implement those methods in a way that their return value is the
768+
Provide accessor methods for all entity fields used in criteria expressions,
769+
and implement those methods in a way that their return value is the
770770
same as the database-level value.

0 commit comments

Comments
 (0)