From 6be578964a4af17e5aea498b5c90a80e96abcdad Mon Sep 17 00:00:00 2001 From: Tom H Anderson Date: Tue, 12 Dec 2023 18:21:17 -0700 Subject: [PATCH] readme association criteria --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9f782a..6f69148 100644 --- a/README.md +++ b/README.md @@ -295,7 +295,7 @@ $driver->get(EventDispatcher::class)->subscribeTo(Artist::class . '.queryBuilder ); ``` -### Filter Association Criteria +### Association Criteria You may modify the criteria object used to filter associations. For instance, if you use soft deletes then you would want to filter out deleted rows from an association.