@@ -147,7 +147,7 @@ |
||
147 | 147 | $text = 'admin:logout'; |
148 | 148 | $icon = 'settings_power'; |
149 | 149 | |
150 | - $button = $this->buttonFactory->createFromName($text, Routes::ROUTE_LOGOUT, [], $icon); |
|
150 | + $button = $this->buttonFactory->createFromName($text, Routes::ROUTE_LOGOUT, [], $icon); |
|
151 | 151 | |
152 | 152 | $item = new Item($button); |
153 | 153 |