We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a15fd commit b9820e3Copy full SHA for b9820e3
README.md
@@ -25,6 +25,7 @@ to the require section of your `composer.json` file.
25
use yii2mod\enum\helpers\BaseEnum;
26
class YesNoEnumerable extends BaseEnum
27
{
28
+ public static $messageCategory = 'app';
29
const YES = 1;
30
const NO = 2;
31
0 commit comments