Skip to content

Commit

Permalink
Merge pull request #35 from Antnee/master
Browse files Browse the repository at this point in the history
Fixing incorrect request/response FQNS

Fixes #34
  • Loading branch information
akrabat authored Aug 22, 2016
2 parents 09b0afa + 353eb9c commit a39939d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/Action/HomeAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

use Slim\Views\Twig;
use Psr\Log\LoggerInterface;
use Psr\Http\Message\ServerRequestInterface as Request;
use Psr\Http\Message\ResponseInterface as Response;
use Slim\Http\Request;
use Slim\Http\Response;

final class HomeAction
{
Expand Down

0 comments on commit a39939d

Please sign in to comment.