1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Fixed typo in 9.6.7 of docs

This commit is contained in:
Manuel Reinhard 2015-10-05 21:43:03 +02:00
parent 88f43a947d
commit c86ab7d239

View File

@ -740,7 +740,7 @@ The three post events are called inside ``EntityManager#flush()``.
Changes in here are not relevant to the persistence in the
database, but you can use these events to alter non-persistable items,
like non-mapped fields, logging or even associated classes that are
directly mapped by Doctrine.
not directly mapped by Doctrine.
postLoad
~~~~~~~~