Skip to content

Commit

Permalink
Use Hyperf\Collection\Arr instead of Hyperf\Utils\Arr. (#5594)
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo authored Apr 2, 2023
1 parent 919338a commit f43b3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listener/DbQueryExecutedListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
*/
namespace Hyperf\Tracer\Listener;

use Hyperf\Collection\Arr;
use Hyperf\Database\Events\QueryExecuted;
use Hyperf\Event\Contract\ListenerInterface;
use Hyperf\Tracer\SpanStarter;
use Hyperf\Tracer\SpanTagManager;
use Hyperf\Tracer\SwitchManager;
use Hyperf\Utils\Arr;
use Hyperf\Utils\Str;
use OpenTracing\Tracer;

Expand Down

0 comments on commit f43b3b0

Please sign in to comment.