Kraken\Root\Provider\LoopProvider::unregister PHP Method

unregister() protected method

protected unregister ( Kraken\Container\ContainerInterface $container )
$container Kraken\Container\ContainerInterface
    protected function unregister(ContainerInterface $container)
    {
        $container->remove('Kraken\\Loop\\LoopInterface');
        $container->remove('Kraken\\Loop\\LoopExtendedInterface');
    }