mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
admin: remove obsolet header => true tag + php code fix
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user