1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
.settings.php
См. документацию.
1<?php
2return [
3 'controllers' => [
4 'value' => [
5 'defaultNamespace' => '\\Bitrix\\Translate\\Controller'
6 ],
7 'readonly' => true,
8 ],
9 'console' => [
10 'value' => [
11 'commands' => [
12 \Bitrix\Translate\Cli\IndexCommand::class,
13 ],
14 ],
15 'readonly' => true,
16 ],
17];