mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
fix cs ?
This commit is contained in:
@@ -52,11 +52,11 @@ class UserMenuBuilder implements LocalMenuBuilderInterface
|
||||
$menu
|
||||
->addChild(
|
||||
$this->translator->trans('My notifications'),
|
||||
['route' => 'chill_main_notification_show']
|
||||
['route' => 'chill_main_notification_my']
|
||||
)
|
||||
->setExtras([
|
||||
'order' => 600,
|
||||
'icon' => 'envelope'
|
||||
'icon' => 'envelope',
|
||||
]);
|
||||
|
||||
$menu
|
||||
|
Reference in New Issue
Block a user