Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Oct 30, 2021
1 parent 785f84c commit fae717c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/admin/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

'items' =>
[
[
/*[
"label" => \Yii::t('skeeks/search', "Settings"),
"url" => [
"cms/admin-settings",
Expand All @@ -27,7 +27,7 @@
"activeCallback" => function ($adminMenuItem) {
return (bool)(\Yii::$app->request->getUrl() == $adminMenuItem->getUrl());
},
],
],*/

[
"label" => \Yii::t('skeeks/search', "Statistic"),
Expand Down

0 comments on commit fae717c

Please sign in to comment.