mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 16:43:48 +00:00
add a menu builder for user menu
This commit is contained in:
@@ -79,10 +79,4 @@ login_check:
|
||||
path: /login_check
|
||||
|
||||
logout:
|
||||
path: /logout
|
||||
options:
|
||||
menus:
|
||||
user:
|
||||
order: 10
|
||||
label: Logout
|
||||
icon: power-off
|
||||
path: /logout
|
@@ -18,6 +18,7 @@ class AppKernel extends Kernel
|
||||
new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(),
|
||||
new Symfony\Bundle\MonologBundle\MonologBundle(),
|
||||
new Knp\Bundle\MenuBundle\KnpMenuBundle(),
|
||||
new Symfony\Bundle\DebugBundle\DebugBundle()
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user