Skip to content

Commit

Permalink
Fix TimestampableListener service config
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed May 4, 2023
1 parent 2ee2416 commit 8f6a726
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/CoreBundle/Resources/config/services/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@

$services
->set(TimestampableListener::class)
->call('setAnnotationReader', [service('annotation_reader')]);
->call('setAnnotationReader', [service('annotation_reader')])
->tag('doctrine.event_subscriber')
;

$services
->set(SessionRequestListener::class)
Expand Down

0 comments on commit 8f6a726

Please sign in to comment.