File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1414 "hyperf/di" : " ~3.1.0" ,
1515 "hyperf/event" : " ~3.1.0" ,
1616 "hyperf/process" : " ~3.1.0" ,
17+ "hyperf/stdlib" : " ~3.1.0" ,
1718 "hyperf/stringable" : " ~3.1.0" ,
1819 "hyperf/support" : " ~3.1.0" ,
1920 "hyperf/tappable" : " ~3.1.0" ,
Original file line number Diff line number Diff line change 1515use Hyperf \Collection \Arr ;
1616use Hyperf \Contract \StdoutLoggerInterface ;
1717use Hyperf \Di \Annotation \AnnotationCollector ;
18- use SplPriorityQueue ;
18+ use Hyperf \ Stdlib \ SplPriorityQueue ;
1919
2020class SubscriberManager
2121{
Original file line number Diff line number Diff line change 1515use Hyperf \Collection \Arr ;
1616use Hyperf \Contract \ConfigInterface ;
1717use Hyperf \Di \Annotation \AnnotationCollector ;
18- use SplPriorityQueue ;
18+ use Hyperf \ Stdlib \ SplPriorityQueue ;
1919
2020use function Hyperf \Support \class_basename ;
2121
You can’t perform that action at this time.
0 commit comments