Skip to content

Commit 32cdfa6

Browse files
author
Igor Chepurnoy
authored
Update BaseEnum.php
1 parent e7fe242 commit 32cdfa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/BaseEnum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ abstract class BaseEnum
4343
/**
4444
* @var string message category
4545
*/
46-
public static $messageCategory = 'yii2mod.enum';
46+
public static $messageCategory = 'app';
4747

4848
/**
4949
* Sets the value that will be managed by this type instance.

0 commit comments

Comments
 (0)