[event] refactor admin for event bundle

This commit is contained in:
nobohan
2022-07-06 13:36:20 +02:00
parent 389f014d36
commit 36e35f2e8f
19 changed files with 118 additions and 89 deletions

View File

@@ -1,2 +1,11 @@
services:
Chill\EventBundle\Controller\:
autowire: true
resource: '../Controller'
tags: ['controller.service_arguments']
Chill\EventBundle\Menu\:
autowire: true
autoconfigure: true
resource: '../Menu/'
tags: ['chill.menu_builder']