admin: remove obsolet header => true tag + php code fix

This commit is contained in:
nobohan
2022-05-10 11:46:17 +02:00
parent 0e8b73638f
commit be27df1fd5
17 changed files with 30 additions and 39 deletions

View File

@@ -34,7 +34,7 @@ final class AdminMenuBuilder implements LocalMenuBuilderInterface
'route' => 'chill_activity_admin_index',
])
->setAttribute('class', 'list-group-item-header')
->setExtras(['order' => 5000, 'header' => true]);
->setExtras(['order' => 5000]);
$menu->addChild('Activity Reasons', [
'route' => 'chill_activity_activityreason',