mirror of
https://github.com/jbcr/core.git
synced 2026-03-30 12:52:16 +02:00
13 lines
424 B
YAML
13 lines
424 B
YAML
services:
|
|
|
|
# menus
|
|
Bolt\Menu\StopwatchBackendMenuBuilder:
|
|
decorates: Bolt\Menu\BackendMenuBuilder
|
|
autowire: true
|
|
Bolt\Menu\BackendMenuBuilderInterface: '@Bolt\Menu\StopwatchBackendMenuBuilder'
|
|
|
|
Bolt\Menu\StopwatchFrontendMenuBuilder:
|
|
decorates: Bolt\Menu\FrontendMenuBuilder
|
|
autowire: true
|
|
Bolt\Menu\FrontendMenuBuilderInterface: '@Bolt\Menu\StopwatchFrontendMenuBuilder'
|