Skip to content

Commit

Permalink
fixed missing use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Oct 9, 2016
1 parent 87b77d1 commit adb03fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FastRoute.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Message\ResponseInterface;
use Interop\Container\ContainerInterface;
use Interop\Http\Middleware\ServerMiddlewareInterface;
use Interop\Http\Middleware\DelegateInterface;
use FastRoute\Dispatcher;
Expand Down

0 comments on commit adb03fd

Please sign in to comment.