Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #40 from nenad/patch/fix-guzzle-namespace
Browse files Browse the repository at this point in the history
Fix Guzzle tracing middleware namespace
  • Loading branch information
nenad authored Feb 13, 2020
2 parents c8dc347 + d4073f0 commit 50805cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Trace/Integrations/Guzzle/TraceMiddleware.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php declare(strict_types=1);

namespace Hellofresh\Business\Infrastructure\OpenCensus;
namespace OpenCensus\Trace\Integrations\Guzzle;

use GuzzleHttp\Exception\GuzzleException;
use GuzzleHttp\Promise\FulfilledPromise;
Expand Down

0 comments on commit 50805cb

Please sign in to comment.