Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Стиль текста у callBack кнопки
Browse files Browse the repository at this point in the history
  • Loading branch information
олег committed Apr 14, 2020
1 parent 6c47ff0 commit e9cad55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Keyboard/Button.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ abstract class Button
{
const STYLE_BASE = "base";
const STYLE_PRIMARY = "primary";
const STYLE_ATTENTIOn = "attention";
const STYLE_ATTENTION = "attention";

/** @var stdClass кнопка описывается объектом */
protected $object = null;
Expand Down

0 comments on commit e9cad55

Please sign in to comment.