[WIP] Order process with interactive methods

This commit is contained in:
Ludovic CANDELLIER
2022-07-03 23:36:33 +02:00
parent 06cfb92757
commit 573e98a2ce
6 changed files with 30 additions and 15 deletions

View File

@@ -56,7 +56,7 @@ class Shop
'route' => 'Admin.Shop.Unities.index',
])->activeIfRoute(['Admin.Shop.Unities.*'])->order(14);
$menu->addTo('shop', 'Accueil', [
$menu->addTo('shop', 'Contenus', [
'route' => 'Admin.Shop.Homepages.index',
])->activeIfRoute(['Admin.Shop.Homepages.*'])->order(15);