11 lines
141 B
PHP
11 lines
141 B
PHP
<?php
|
|
|
|
return [
|
|
'controllers' => [
|
|
'value' => [
|
|
'defaultNamespace' => '\\Bitrix\\Perfmon\\Controller'
|
|
],
|
|
'readonly' => true,
|
|
]
|
|
];
|