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

9 lines
153 B
PHP

<?php
return array(
'controllers' => array(
'value' => array(
'defaultNamespace' => '\\Bitrix\\Forum\\Controller',
),
'readonly' => true,
)
);