Added correct logout route

This commit is contained in:
Kevin Frantz 2018-09-12 19:59:55 +02:00
parent 59b1be8592
commit a35ae03b7e

View File

@ -73,7 +73,7 @@ class UserMenuSubscriber implements EventSubscriberInterface
$dropdown->addChild(
'logout',
[
'route' => 'user_logout',
'route' => 'logout',
'attributes' => [
'icon' => 'fas fa-sign-out-alt',
],