WIP: Implement even more stuff

This commit is contained in:
Björn Fromme
2023-10-04 17:54:35 +02:00
parent cc1ab396af
commit 96d6170907
31 changed files with 874 additions and 68 deletions
+3 -1
View File
@@ -143,7 +143,9 @@ class AdminMenuBuilder extends AbstractMenuBuilder
$menu->addChild('zurück zur Übersicht', [
'route' => 'app_admin_teamer_index',
'icon' => 'back',
'extras' => [
'icon' => 'back',
],
]);
return $menu;