Skip to content

Commit

Permalink
Added missing use statement in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
caciobanu committed Jun 19, 2018
1 parent 20757b3 commit 4028f7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Adding a Guzzle middleware is a two step process:
namespace App\Guzzle\Middleware;

use Caciobanu\Symfony\GuzzleBundle\Middleware\BeforeRequestMiddlewareInterface;
use Psr\Http\Message\RequestInterface;

class MyMiddleware implements BeforeRequestMiddlewareInterface
{
Expand Down

0 comments on commit 4028f7a

Please sign in to comment.