Skip to content

Commit b9820e3

Browse files
author
Igor Chepurnoy
committed
Update README.md
1 parent 68a15fd commit b9820e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ to the require section of your `composer.json` file.
2525
use yii2mod\enum\helpers\BaseEnum;
2626
class YesNoEnumerable extends BaseEnum
2727
{
28+
public static $messageCategory = 'app';
2829
const YES = 1;
2930
const NO = 2;
3031

0 commit comments

Comments
 (0)