mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 11:48:08 +08:00
Added should scaned namespaces.
This commit is contained in:
parent
3f334d84d1
commit
10d67f110c
@ -19,6 +19,11 @@ class ConfigProvider
|
||||
'dependencies' => [
|
||||
],
|
||||
'annotations' => [
|
||||
'scan' => [
|
||||
'should_cached_namespaces' => [
|
||||
'Hyperf',
|
||||
],
|
||||
],
|
||||
],
|
||||
'publish' => [
|
||||
],
|
||||
|
@ -13,7 +13,6 @@ namespace Hyperf\Autoload;
|
||||
|
||||
use Doctrine\Common\Annotations\AnnotationReader;
|
||||
use Hyperf\Di\Annotation\AnnotationInterface;
|
||||
use Hyperf\Di\Annotation\AspectCollector;
|
||||
use Hyperf\Di\BetterReflectionManager;
|
||||
use Hyperf\Di\MetadataCollector;
|
||||
use Hyperf\Utils\Str;
|
||||
|
Loading…
Reference in New Issue
Block a user