1
0
Fork 0
mirror of synced 2025-04-04 06:13:32 +03:00
bitrix-module/intaro.retailcrm/.settings.php
2021-09-08 10:05:09 +03:00

12 lines
212 B
PHP

<?php
return [
'controllers' => [
'value' => [
'namespaces' => [
'\\Intaro\\RetailCrm\\Controller' => 'api'
],
],
'readonly' => true,
]
];