Phprest\Middleware\ApiVersion::getContainer PHP Method

getContainer() protected method

Returns the DI container.
protected getContainer ( ) : League\Container\ContainerInterface
return League\Container\ContainerInterface
    protected function getContainer()
    {
        return $this->app->getConfiguration()->getContainer();
    }