更新 'installer/Command/InstallOnNewDatabaseCommand.php'
This commit is contained in:
parent
c0152d8101
commit
e9612cfc19
@ -48,12 +48,12 @@ class InstallOnNewDatabaseCommand extends InstallerCommand
|
||||
public const REQUIRED_TAG = '<comment>(required)</comment>';
|
||||
public const REQUIRED_WARNING = 'This field cannot be empty';
|
||||
|
||||
public const STEP_1 = 'Database creation';
|
||||
public const STEP_2 = 'Checking database permissions';
|
||||
public const STEP_3 = 'Applying database changes';
|
||||
public const STEP_4 = 'Instance and Admin user creation';
|
||||
public const STEP_5 = 'Create OrangeHRM database user';
|
||||
public const STEP_6 = 'Creating configuration files';
|
||||
public const STEP_1 = '创建数据库';
|
||||
public const STEP_2 = '检查数据库权限';
|
||||
public const STEP_3 = '更新最新数据';
|
||||
public const STEP_4 = '实例化管理员账号';
|
||||
public const STEP_5 = '新建HRM用户';
|
||||
public const STEP_6 = '设置配置文件';
|
||||
|
||||
private InputInterface $input;
|
||||
private OutputInterface $output;
|
||||
|
Loading…
Reference in New Issue
Block a user