diff --git a/doctrine/events.rst b/doctrine/events.rst index e64104f88f4..72f1a97b158 100644 --- a/doctrine/events.rst +++ b/doctrine/events.rst @@ -181,7 +181,7 @@ with the ``doctrine.event_listener`` tag: # config/services.yaml services: # ... - + # It is very important that this definition goes after 'App\:' or it will get overwritten App\EventListener\SearchIndexer: tags: - @@ -206,6 +206,8 @@ with the ``doctrine.event_listener`` tag: +