Skip to content

Commit 8b70778

Browse files
committed
fix giiant message config
1 parent bc20df9 commit 8b70778

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

common/config/main.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@
5454
'class' => 'yii\i18n\PhpMessageSource',
5555
'basePath' => '@common/messages',
5656
],
57+
'giiant' => [
58+
'class' => 'yii\i18n\PhpMessageSource',
59+
],
60+
'cruds' => [
61+
'class' => 'yii\i18n\PhpMessageSource',
62+
'basePath' => '@common/messages',
63+
],
5764
],
5865
],
5966
'queue' => [

0 commit comments

Comments
 (0)