<?php

$this->container->singleton('response', function ($c) {
            return new \Slim\Http\Response();
        });