Skip to content

Commit

Permalink
Fixing Symfony import.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLightfootWild committed Aug 28, 2023
1 parent 01614a9 commit 52060c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/src/OtelBundle/Console/ConsoleListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace OpenTelemetry\Contrib\Symfony\OtelBundle\Console;

use function get_class;
use OpenTelemetry\API\Trace\AbstractSpan as Span;
use OpenTelemetry\API\Trace\Span;
use OpenTelemetry\API\Trace\StatusCode;
use OpenTelemetry\API\Trace\TracerInterface;
use OpenTelemetry\API\Trace\TracerProviderInterface;
Expand Down

0 comments on commit 52060c3

Please sign in to comment.