fix activityBundle menuBuilder definition

This commit is contained in:
2021-05-27 10:37:24 +02:00
parent e26e3ac67b
commit a9fb916843
3 changed files with 6 additions and 9 deletions

View File

@@ -25,3 +25,9 @@ services:
public: true
tags:
- { name: chill.timeline, context: 'person' }
Chill\ActivityBundle\Menu\:
autowire: true
autoconfigure: true
resource: '../Menu/'
tags: ['chill.menu_builder']