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

13 lines
214 B
PHP

<?php
return [
'controllers' => [
'value' => [
'namespaces' => [
'\\Bitrix\\Location\\Controller' => 'api'
],
'defaultNamespace' => '\\Bitrix\\Location\\Controller'
],
'readonly' => true,
]
];