Skip to content

Commit

Permalink
Update MethodAspect.php
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhhui committed Oct 8, 2019
1 parent 296dfe9 commit d840fa1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Aspect/MethodAspect.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@

namespace Hyperf\Tracer\Aspect;

use Hyperf\Di\Annotation\Aspect;
use Hyperf\Di\Aop\AbstractAspect;
use Hyperf\Di\Aop\ProceedingJoinPoint;
use Hyperf\Tracer\SpanStarter;
use Hyperf\Tracer\SwitchManager;
use OpenTracing\Tracer;

/**
* @Aspect.
* Aspect.
*/
class MethodAspect extends AbstractAspect
{
Expand Down

0 comments on commit d840fa1

Please sign in to comment.