File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111 */
1212namespace Hyperf \AsyncQueue ;
1313
14- use Hyperf \Utils \Context ;
14+ use Hyperf \Context \Context ;
1515
1616class Environment
1717{
Original file line number Diff line number Diff line change 1717use Hyperf \AsyncQueue \Driver \DriverFactory ;
1818use Hyperf \AsyncQueue \Driver \DriverInterface ;
1919use Hyperf \AsyncQueue \Environment ;
20+ use Hyperf \Context \Context ;
2021use Hyperf \Di \Annotation \AnnotationCollector ;
2122use Hyperf \Di \Annotation \Aspect ;
2223use Hyperf \Di \Aop \Ast ;
2324use Hyperf \Di \ReflectionManager ;
2425use Hyperf \Utils \ApplicationContext ;
25- use Hyperf \Utils \Context ;
2626use HyperfTest \AsyncQueue \Stub \FooProxy ;
2727use Mockery ;
2828use PHPUnit \Framework \TestCase ;
Original file line number Diff line number Diff line change 1515use Hyperf \AsyncQueue \Driver \RedisDriver ;
1616use Hyperf \AsyncQueue \JobMessage ;
1717use Hyperf \AsyncQueue \Message ;
18+ use Hyperf \Context \Context ;
1819use Hyperf \Di \Container ;
1920use Hyperf \Redis \RedisFactory ;
2021use Hyperf \Utils \ApplicationContext ;
21- use Hyperf \Utils \Context ;
2222use Hyperf \Utils \Packer \PhpSerializerPacker ;
2323use Hyperf \Utils \Str ;
2424use HyperfTest \AsyncQueue \Stub \DemoJob ;
Original file line number Diff line number Diff line change 1111 */
1212namespace HyperfTest \AsyncQueue \Stub ;
1313
14+ use Hyperf \Context \Context ;
1415use Hyperf \Contract \CompressInterface ;
1516use Hyperf \Contract \UnCompressInterface ;
16- use Hyperf \Utils \Context ;
1717
1818class DemoModel implements CompressInterface
1919{
Original file line number Diff line number Diff line change 1111 */
1212namespace HyperfTest \AsyncQueue \Stub ;
1313
14+ use Hyperf \Context \Context ;
1415use Hyperf \Contract \UnCompressInterface ;
15- use Hyperf \Utils \Context ;
1616
1717class DemoModelMeta implements UnCompressInterface
1818{
Original file line number Diff line number Diff line change 1212namespace HyperfTest \AsyncQueue \Stub ;
1313
1414use Hyperf \AsyncQueue \Annotation \AsyncQueueMessage ;
15- use Hyperf \Utils \Context ;
15+ use Hyperf \Context \Context ;
1616
1717class FooProxy
1818{
Original file line number Diff line number Diff line change 1111 */
1212namespace HyperfTest \AsyncQueue \Stub ;
1313
14+ use Hyperf \Context \Context ;
1415use Hyperf \Redis \RedisProxy ;
15- use Hyperf \Utils \Context ;
1616
1717class Redis extends RedisProxy
1818{
You can’t perform that action at this time.
0 commit comments