Skip to content

Commit afc3ea2

Browse files
authored
Update Module.php
1 parent 1370c23 commit afc3ea2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Module.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public static function getAdminMenu()
4646
return [
4747
'label' => Yii::t('cms', 'CMS'),
4848
'icon' => 'columns',
49+
'order' => 2,
4950
'items' => [
5051
[
5152
'label' => Yii::t('cms', 'Pages'),
@@ -65,4 +66,4 @@ public static function getAdminMenu()
6566
]
6667
];
6768
}
68-
}
69+
}

0 commit comments

Comments
 (0)