diff --git a/docs/en/reference/object-change-tracking.rst b/docs/en/reference/object-change-tracking.rst index b2cacfde..27aade80 100644 --- a/docs/en/reference/object-change-tracking.rst +++ b/docs/en/reference/object-change-tracking.rst @@ -9,6 +9,7 @@ the persistence backend. This approach is based on `the observer pattern `_ and consists of the following two interfaces: + * ``Doctrine\Persistence\NotifyPropertyChanged`` that is implemented by the object whose changes can be tracked, * ``Doctrine\Persistence\PropertyChangedListener`` that is implemented by subscribers