Update README.md

This commit is contained in:
2025-11-27 15:52:44 +00:00
parent 61d503315d
commit 78f7d0a393

View File

@@ -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.