1
0
mirror of synced 2025-01-19 01:11:40 +03:00

13 lines
212 B
PHP
Raw Normal View History

2021-09-08 10:05:09 +03:00
<?php
return [
'controllers' => [
'value' => [
'namespaces' => [
'\\Intaro\\RetailCrm\\Controller' => 'api'
],
],
'readonly' => true,
]
];