diff --git a/src/Application/Handlers/ShutdownHandler.php b/src/Application/Handlers/ShutdownHandler.php index 590a5b3d..323f16af 100644 --- a/src/Application/Handlers/ShutdownHandler.php +++ b/src/Application/Handlers/ShutdownHandler.php @@ -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 {