Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
/ hyperf-tracer Public archive
forked from hyperf/tracer

Commit

Permalink
Correção de classe obsoleta no Hyperf 3 (#12)
Browse files Browse the repository at this point in the history
* chore(deps): prepare for hyperf 3.0

* refactor(hyperf-3): use context/context instead of utils/context
  • Loading branch information
leocavalcante authored Nov 28, 2022
1 parent e830c6e commit c6f1ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpanStarter.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Hyperf\Contract\StdoutLoggerInterface;
use Hyperf\Engine\Exception\CoroutineDestroyedException;
use Hyperf\Utils\ApplicationContext;
use Hyperf\Utils\Context;
use Hyperf\Context\Context;
use Hyperf\Utils\Coroutine;
use OpenTracing\Span;
use Psr\Http\Message\ServerRequestInterface;
Expand Down

0 comments on commit c6f1ae7

Please sign in to comment.