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

12 lines
192 B
PHP

<?php
return [
'controllers' => [
'value' => [
'defaultNamespace' => '\\Bitrix\\Vote\\Controller',
'restIntegration' => [
'enabled' => true,
]
],
'readonly' => true,
],
];