mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 06:11:35 +08:00
Console command aliases enhancements
This commit is contained in:

committed by
Alexander Makarov

parent
8b4fd5c028
commit
1989494faa
@ -178,7 +178,8 @@ class MessageController extends Controller
|
||||
'S' => 'sort',
|
||||
't' => 'translator',
|
||||
'm' => 'sourceMessageTable',
|
||||
's' => 'sourcepath'
|
||||
's' => 'sourcePath',
|
||||
'r' => 'removeUnused'
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user