[FrameworkBundle] fix registering "annotations.cache" on the "container.hot_path"

This commit is contained in:
Nicolas Grekas 2021-02-09 09:55:59 +01:00
parent 00e33563c7
commit e196c1ecb3
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@
<argument type="service" id="cache.annotations" />
</service>
</argument>
<tag name="container.hot_path" />
</service>
<service id="annotation_reader" alias="annotations.reader" />