set "logout" entry in user menu at the end of the menu

This commit is contained in:
Julien Fastré 2018-07-09 19:12:11 +02:00
parent 2bb3b332f3
commit 45a9937dbb

View File

@ -34,7 +34,7 @@ class UserMenuBuilder implements LocalMenuBuilderInterface
'route' => 'logout'
])
->setExtras([
'order'=> 10,
'order'=> 99999999999,
'icon' => 'power-off'
]);
}