admin: add ThirdParty admin

This commit is contained in:
nobohan
2022-05-06 15:51:29 +02:00
parent a4f2d47c46
commit 7cefce8305
9 changed files with 216 additions and 2 deletions

View File

@@ -1,4 +1,10 @@
services:
Chill\ThirdPartyBundle\Menu\:
autowire: true
autoconfigure: true
resource: '../../Menu/'
tags: ['chill.menu_builder']
Chill\ThirdPartyBundle\Menu\MenuBuilder:
arguments:
$translator: '@Symfony\Contracts\Translation\TranslatorInterface'