9 lines
153 B
PHP
9 lines
153 B
PHP
<?php
|
|
return array(
|
|
'controllers' => array(
|
|
'value' => array(
|
|
'defaultNamespace' => '\\Bitrix\\Forum\\Controller',
|
|
),
|
|
'readonly' => true,
|
|
)
|
|
); |