ez-pro/core/bitrix/modules/translate/.settings.php
2025-11-13 19:04:05 +03:00

18 lines
277 B
PHP

<?php
return [
'controllers' => [
'value' => [
'defaultNamespace' => '\\Bitrix\\Translate\\Controller'
],
'readonly' => true,
],
'console' => [
'value' => [
'commands' => [
\Bitrix\Translate\Cli\IndexCommand::class,
],
],
'readonly' => true,
],
];