Files
huangjingfen/pro_v3.5.1/config/annotation.php

20 lines
310 B
PHP
Raw Normal View History

2026-03-07 22:29:07 +08:00
<?php
return [
'inject' => [
'enable' => true,
'namespaces' => [
'app\\',
'crmeb\\'
],
],
'route' => [
'enable' => true,
'controllers' => [],
],
'model' => [
'enable' => true,
],
'ignore' => [],
];