|
@@ -85,8 +85,10 @@ $cli->addCommands(
|
|
new Chash\Command\Database\SQLCountCommand(),
|
|
new Chash\Command\Database\SQLCountCommand(),
|
|
new Chash\Command\Database\FullBackupCommand(),
|
|
new Chash\Command\Database\FullBackupCommand(),
|
|
new Chash\Command\Database\DropDatabaseCommand(),
|
|
new Chash\Command\Database\DropDatabaseCommand(),
|
|
|
|
+
|
|
new Chash\Command\Files\CleanTempFolderCommand(),
|
|
new Chash\Command\Files\CleanTempFolderCommand(),
|
|
- new Chash\Command\Files\CleanConfigFiles(),
|
|
|
|
|
|
+ new Chash\Command\Files\CleanConfigFilesCommand(),
|
|
|
|
+
|
|
new Chash\Command\Translation\ExportLanguageCommand(),
|
|
new Chash\Command\Translation\ExportLanguageCommand(),
|
|
new Chash\Command\Translation\ImportLanguageCommand()
|
|
new Chash\Command\Translation\ImportLanguageCommand()
|
|
)
|
|
)
|