new files
This commit is contained in:
19
pro_v3.5.1/config/annotation.php
Normal file
19
pro_v3.5.1/config/annotation.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'inject' => [
|
||||
'enable' => true,
|
||||
'namespaces' => [
|
||||
'app\\',
|
||||
'crmeb\\'
|
||||
],
|
||||
],
|
||||
'route' => [
|
||||
'enable' => true,
|
||||
'controllers' => [],
|
||||
],
|
||||
'model' => [
|
||||
'enable' => true,
|
||||
],
|
||||
'ignore' => [],
|
||||
];
|
||||
Reference in New Issue
Block a user