admin: reorganise files according to conventions

This commit is contained in:
nobohan
2022-05-05 08:03:20 +02:00
parent ab90f72c7e
commit b09d92eae8
23 changed files with 225 additions and 202 deletions

View File

@@ -62,7 +62,7 @@ class AdminSectionMenuBuilder implements LocalMenuBuilderInterface
$menu->addChild('Languages and countries')
->setAttribute('class', 'list-group-item-header')
->setExtras(['order' => 200, 'header' => 'true']);
->setExtras(['order' => 200, 'header' => true]);
$menu->addChild('Language list', [
'route' => 'chill_crud_main_language_index',
@@ -76,7 +76,7 @@ class AdminSectionMenuBuilder implements LocalMenuBuilderInterface
$menu->addChild('Location and location type')
->setAttribute('class', 'list-group-item-header')
->setExtras(['order' => 300, 'header' => 'true']);
->setExtras(['order' => 300, 'header' => true]);
$menu->addChild('Location type list', [
'route' => 'chill_crud_main_location_type_index',