From 78f7d0a393817cb565f6c64046087667a5632a3b Mon Sep 17 00:00:00 2001 From: Bradley Goode Date: Thu, 27 Nov 2025 15:52:44 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6837039..7a90aaf 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,6 @@ $entity->metadata->get("name"); // "PCM" $entity->metadata->isSet("name"); // true ``` -> Like setting a property normally, setting metadata values will not automatically update the database. +> Like updating the value of a property normally, setting metadata values will not automatically update the database. You must call `flush()` from the `EntityManager` as usual when you wish to persist data.