Add plus on products
This commit is contained in:
@@ -14,6 +14,10 @@ class Merchandises
|
||||
|
||||
$menu->addTo('merchandises', __('Marchandises'), [
|
||||
'route' => 'Admin.Shop.Merchandises.index',
|
||||
])->activeIfRoute(['Admin.Shop.Merchandises.*'])->order(1);
|
||||
])->activeIfRoute(['Admin.Shop.Merchandises.*'])->order(1);
|
||||
|
||||
$menu->addTo('merchandises', __('Producteurs'), [
|
||||
'route' => 'Admin.Shop.Producers.index',
|
||||
])->activeIfRoute(['Admin.Shop.Producers.*'])->order(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user