Skip to content

Commit

Permalink
menu
Browse files Browse the repository at this point in the history
  • Loading branch information
grandmotivator committed Jun 11, 2024
1 parent 35676e7 commit 5a49852
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions modules/bot/controllers/privates/MenuController.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@ public function actionIndex()
'text' => Yii::t('bot', 'Contacts'),
],
],
[
[
'callback_data' => CaController::createRoute(),
'text' => Yii::t('bot', 'Cash Exchange'),
],
],
[
[
'callback_data' => CeController::createRoute(),
'text' => Yii::t('bot', 'Currency Exchange'),
],
],
// [
// [
// 'callback_data' => CaController::createRoute(),
// 'text' => Yii::t('bot', 'Cash Exchange'),
// ],
// ],
// [
// [
// 'callback_data' => CeController::createRoute(),
// 'text' => Yii::t('bot', 'Currency Exchange'),
// ],
// ],
[
[
'callback_data' => AdController::createRoute(),
Expand Down

0 comments on commit 5a49852

Please sign in to comment.