Skip to content

Commit

Permalink
Changing namespace for HttpFactoryMiddlewareInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Watts committed Jun 8, 2019
1 parent 9436d93 commit cbdacf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RequestHandlerMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace Affinity4\Middleware\RequestHandler;

use Affinity4\MiddlewareStack\Contract\HttpFactoryMiddlewareInterface;
use Affinity4\Dispatcher\Contract\HttpFactoryMiddlewareInterface;
use Nyholm\Psr7\Factory\Psr17Factory;

use Psr\Http\Message\ServerRequestInterface;
Expand Down

0 comments on commit cbdacf1

Please sign in to comment.