coding style

This commit is contained in:
Ludovic CANDELLIER
2023-09-13 22:53:37 +02:00
parent da48f41ec0
commit 5f215cef81
52 changed files with 122 additions and 129 deletions

View File

@@ -14,10 +14,10 @@ class Deliveries
$menu->addTo('sales_mode', __('shop.sale_channels.name'), [
'route' => 'Admin.Shop.SaleChannels.index',
])->activeIfRoute(['Admin.Shop.SaleChannels.*'])->order(1);
])->activeIfRoute(['Admin.Shop.SaleChannels.*'])->order(1);
$menu->addTo('sales_mode', __('shop.deliveries.title'), [
'route' => 'Admin.Shop.Deliveries.index',
])->activeIfRoute(['Admin.Shop.Deliveries.*'])->order(1);
])->activeIfRoute(['Admin.Shop.Deliveries.*'])->order(1);
}
}