Add an entry to log, if the database is updated.

This commit is contained in:
Jan Böhmer 2020-01-26 21:31:48 +01:00
parent d5f018a738
commit bfa43e68a9
6 changed files with 110 additions and 7 deletions

View file

@ -73,6 +73,11 @@ services:
tags:
- { name: "doctrine.orm.entity_listener" }
App\EventSubscriber\MigrationListener:
tags:
- { name: 'doctrine.event_subscriber' }
tree_invalidation_listener:
class: App\EntityListeners\TreeCacheInvalidationListener
tags: