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