Skip to content

Commit

Permalink
Update Module.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ZAYEC77 committed Oct 23, 2016
1 parent 1370c23 commit afc3ea2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public static function getAdminMenu()
return [
'label' => Yii::t('cms', 'CMS'),
'icon' => 'columns',
'order' => 2,
'items' => [
[
'label' => Yii::t('cms', 'Pages'),
Expand All @@ -65,4 +66,4 @@ public static function getAdminMenu()
]
];
}
}
}

0 comments on commit afc3ea2

Please sign in to comment.