Skip to content

Commit e7cf958

Browse files
committed
Test for PHP CS Fixer
1 parent 5152690 commit e7cf958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Events.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public static function onTopMenuInit($event)
146146
'url' => Url::toMessenger(),
147147
'icon' => '<i class="fa fa-envelope"></i>',
148148
'isActive' => (Yii::$app->controller->module && Yii::$app->controller->module->id == 'mail'),
149-
'sortOrder' => 300,
149+
'sortOrder' => 300
150150
]);
151151
}
152152
} catch (\Throwable $e) {

0 commit comments

Comments
 (0)