<?php

$this->container->singleton('router', function ($c) {
            return new \Slim\Router();
        });