13 lines
212 B
PHP
13 lines
212 B
PHP
<?php
|
|
|
|
return [
|
|
'controllers' => [
|
|
'value' => [
|
|
'namespaces' => [
|
|
'\\Intaro\\RetailCrm\\Controller' => 'api'
|
|
],
|
|
],
|
|
'readonly' => true,
|
|
]
|
|
];
|