Minor fixes, coding standards
This commit is contained in:
@@ -13,8 +13,10 @@ class Customers
|
||||
->activeIfRoute('customers')
|
||||
->order(4);
|
||||
|
||||
$menu->addTo('customers', __('customer.customers.name'), [ 'route' => 'Admin.Shop.Customers.index', 'permission' => 'backend_access' ])
|
||||
$menu->addTo('customers', __('customer.customers.name'), [
|
||||
'route' => 'Admin.Shop.Customers.index',
|
||||
'permission' => 'backend_access',
|
||||
])
|
||||
->activeIfRoute(['Admin.Shop.Customers.*'])->order(1);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user