mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12656] Use lang keys for CLI command descriptions
PHPBB3-12656
This commit is contained in:
@@ -30,7 +30,7 @@ class migration_tips extends \phpbb\console\command\command
|
||||
{
|
||||
$this
|
||||
->setName('dev:migration-tips')
|
||||
->setDescription('Finds migrations that are not depended on.')
|
||||
->setDescription($this->user->lang('CLI_DESCRIPTION_FIND_MIGRATIONS'))
|
||||
;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user