mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
[ticket/12656] Use lang keys for CLI command descriptions
PHPBB3-12656
This commit is contained in:
@@ -47,7 +47,7 @@ class migrate extends \phpbb\console\command\command
|
||||
{
|
||||
$this
|
||||
->setName('db:migrate')
|
||||
->setDescription('Updates the database by applying migrations.')
|
||||
->setDescription($this->user->lang('CLI_DESCRIPTION_DB_MIGRATE'))
|
||||
;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user