Skip to content

Commit

Permalink
Merge pull request #135 from slimphp/FixShutdownHandler
Browse files Browse the repository at this point in the history
Use Correct ResponseEmitter in ShutdownHandler
  • Loading branch information
l0gicgate committed Oct 5, 2019
2 parents 91bab1c + 8e33ffc commit 924bbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application/Handlers/ShutdownHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

namespace App\Application\Handlers;

use App\Application\ResponseEmitter\ResponseEmitter;
use Psr\Http\Message\ServerRequestInterface as Request;
use Slim\Exception\HttpInternalServerErrorException;
use Slim\ResponseEmitter;

class ShutdownHandler
{
Expand Down

0 comments on commit 924bbaf

Please sign in to comment.