mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
set "logout" entry in user menu at the end of the menu
This commit is contained in:
parent
2bb3b332f3
commit
45a9937dbb
@ -34,7 +34,7 @@ class UserMenuBuilder implements LocalMenuBuilderInterface
|
|||||||
'route' => 'logout'
|
'route' => 'logout'
|
||||||
])
|
])
|
||||||
->setExtras([
|
->setExtras([
|
||||||
'order'=> 10,
|
'order'=> 99999999999,
|
||||||
'icon' => 'power-off'
|
'icon' => 'power-off'
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user