File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 12
12
namespace Hyperf \Di \Aop ;
13
13
14
14
use Closure ;
15
+ use Hyperf \Context \ApplicationContext ;
15
16
use Hyperf \Di \Annotation \AnnotationCollector ;
16
17
use Hyperf \Di \Annotation \AspectCollector ;
17
18
use Hyperf \Di \ReflectionManager ;
18
- use Hyperf \Utils \ApplicationContext ;
19
19
use SplPriorityQueue ;
20
20
21
21
trait ProxyTrait
Original file line number Diff line number Diff line change 11
11
*/
12
12
namespace Hyperf \Di \Aop ;
13
13
14
+ use Hyperf \Context \ApplicationContext ;
14
15
use Hyperf \Di \Annotation \Inject ;
15
16
use Hyperf \Di \Definition \PropertyHandlerManager ;
16
17
use Hyperf \Di \Exception \NotFoundException ;
17
18
use Hyperf \Di \ReflectionManager ;
18
- use Hyperf \Utils \ApplicationContext ;
19
19
use Throwable ;
20
20
21
21
class RegisterInjectPropertyHandler
Original file line number Diff line number Diff line change 11
11
*/
12
12
namespace Hyperf \Di \LazyLoader ;
13
13
14
- use Hyperf \Utils \ApplicationContext ;
14
+ use Hyperf \Context \ApplicationContext ;
15
15
16
16
trait LazyProxyTrait
17
17
{
Original file line number Diff line number Diff line change 11
11
*/
12
12
namespace HyperfTest \Di \Annotation ;
13
13
14
+ use Hyperf \Context \ApplicationContext ;
14
15
use Hyperf \Contract \ContainerInterface ;
15
16
use Hyperf \Di \Annotation \AnnotationReader ;
16
17
use Hyperf \Di \Annotation \ScanConfig ;
17
18
use Hyperf \Di \Annotation \Scanner ;
18
19
use Hyperf \Di \ReflectionManager ;
19
20
use Hyperf \Di \ScanHandler \NullScanHandler ;
20
- use Hyperf \Utils \ApplicationContext ;
21
21
use Hyperf \Utils \Composer ;
22
22
use Hyperf \Utils \Filesystem \Filesystem ;
23
23
use HyperfTest \Di \Stub \AnnotationCollector ;
Original file line number Diff line number Diff line change 12
12
namespace HyperfTest \Di ;
13
13
14
14
use Exception ;
15
+ use Hyperf \Context \ApplicationContext ;
15
16
use Hyperf \Contract \ContainerInterface ;
16
17
use Hyperf \Di \Annotation \AnnotationReader ;
17
18
use Hyperf \Di \Annotation \Inject ;
21
22
use Hyperf \Di \Exception \AnnotationException ;
22
23
use Hyperf \Di \ReflectionManager ;
23
24
use Hyperf \Di \ScanHandler \NullScanHandler ;
24
- use Hyperf \Utils \ApplicationContext ;
25
25
use HyperfTest \Di \ExceptionStub \DemoInjectException ;
26
26
use HyperfTest \Di \Stub \AnnotationCollector ;
27
27
use HyperfTest \Di \Stub \AspectCollector ;
Original file line number Diff line number Diff line change 11
11
*/
12
12
namespace HyperfTest \Di ;
13
13
14
+ use Hyperf \Context \ApplicationContext ;
14
15
use Hyperf \Di \Container ;
15
16
use Hyperf \Di \LazyLoader \LazyProxyTrait ;
16
- use Hyperf \Utils \ApplicationContext ;
17
17
use HyperfTest \Di \Stub \LazyLoad \BarLazyLoad ;
18
18
use HyperfTest \Di \Stub \LazyLoad \FooLazyLoad ;
19
19
use HyperfTest \Di \Stub \LazyProxy ;
Original file line number Diff line number Diff line change 11
11
*/
12
12
namespace HyperfTest \Di ;
13
13
14
+ use Hyperf \Context \ApplicationContext ;
14
15
use Hyperf \Di \Container ;
15
16
use Hyperf \Di \Definition \DefinitionSource ;
16
- use Hyperf \Utils \ApplicationContext ;
17
17
use HyperfTest \Di \Stub \Bar ;
18
18
use HyperfTest \Di \Stub \Demo ;
19
19
use HyperfTest \Di \Stub \Foo ;
Original file line number Diff line number Diff line change 11
11
*/
12
12
namespace HyperfTest \Di ;
13
13
14
+ use Hyperf \Context \ApplicationContext ;
14
15
use Hyperf \Di \Annotation \AnnotationCollector ;
15
16
use Hyperf \Di \Annotation \AspectCollector ;
16
- use Hyperf \Utils \ApplicationContext ;
17
17
use HyperfTest \Di \Stub \Aspect \GetNameAspect ;
18
18
use HyperfTest \Di \Stub \Aspect \IncrAspect ;
19
19
use HyperfTest \Di \Stub \Aspect \IncrAspectAnnotation ;
You can’t perform that action at this time.
0 commit comments