20 lines
310 B
PHP
20 lines
310 B
PHP
<?php
|
|
|
|
return [
|
|
'inject' => [
|
|
'enable' => true,
|
|
'namespaces' => [
|
|
'app\\',
|
|
'crmeb\\'
|
|
],
|
|
],
|
|
'route' => [
|
|
'enable' => true,
|
|
'controllers' => [],
|
|
],
|
|
'model' => [
|
|
'enable' => true,
|
|
],
|
|
'ignore' => [],
|
|
];
|