Skip to content

Commit

Permalink
fixed menus
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed May 18, 2016
1 parent d884b65 commit 6578b3c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/config/hisite.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<?php

return [
'menus' => [
hipanel\modules\dashboard\SidebarMenu::class,
'components' => [
'menuManager' => [
'menus' => [
'dashboard' => hipanel\modules\dashboard\SidebarMenu::class,
],
],
],
'modules' => [
'dashboard' => [
Expand Down

0 comments on commit 6578b3c

Please sign in to comment.