Skip to content

Commit

Permalink
styles
Browse files Browse the repository at this point in the history
  • Loading branch information
grandmotivator committed Jun 10, 2024
1 parent 39648e8 commit 2b8c659
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ public function actionIndex($id = null)
'callback_data' => MenuController::createRoute(),
'text' => Emoji::MENU,
],
]
],
],
[
'disablePreview' => true,
]
)
->build();
Expand Down
2 changes: 2 additions & 0 deletions modules/bot/models/ChatMemberPhrase.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
*
* @property ChatMember $chatMember
* @property ChatPhrase $chatPhrase
*
* @package app\modules\bot\models
*/
class ChatMemberPhrase extends \yii\db\ActiveRecord
{
Expand Down
2 changes: 2 additions & 0 deletions modules/bot/models/ChatMemberReview.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
*
* @property ChatMember $member
* @property User $user
*
* @package app\modules\bot\models
*/
class ChatMemberReview extends ActiveRecord
{
Expand Down

0 comments on commit 2b8c659

Please sign in to comment.