Kraken\Root\Runtime\Provider\RuntimeProvider::unregister PHP Method

unregister() protected method

protected unregister ( Kraken\Container\ContainerInterface $container )
$container Kraken\Container\ContainerInterface
    protected function unregister(ContainerInterface $container)
    {
        $container->remove('Kraken\\Runtime\\RuntimeContextInterface');
        $container->remove('Kraken\\Runtime\\RuntimeContainerInterface');
    }
RuntimeProvider