File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 2222 "hyperf/collection" : " ~3.0.0" ,
2323 "hyperf/contract" : " ~3.0.0" ,
2424 "hyperf/command" : " ~3.0.0" ,
25+ "hyperf/support" : " ~3.0.0" ,
2526 "hyperf/utils" : " ~3.0.0"
2627 },
2728 "suggest" : {
Original file line number Diff line number Diff line change 1919use Hyperf \Di \Aop \ProceedingJoinPoint ;
2020use Psr \Container \ContainerInterface ;
2121
22+ use function Hyperf \Support \make ;
23+
2224class AsyncQueueAspect extends AbstractAspect
2325{
2426 public array $ annotations = [
Original file line number Diff line number Diff line change 1515use Hyperf \Contract \ConfigInterface ;
1616use Psr \Container \ContainerInterface ;
1717
18+ use function Hyperf \Support \make ;
19+
1820class DriverFactory
1921{
2022 /**
Original file line number Diff line number Diff line change 2020use Hyperf \Redis \RedisProxy ;
2121use Psr \Container \ContainerInterface ;
2222
23+ use function Hyperf \Support \make ;
24+
2325class RedisDriver extends Driver
2426{
2527 protected RedisProxy $ redis ;
You can’t perform that action at this time.
0 commit comments