Kraken\Root\Runtime\Provider\SupervisorProvider::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\\Supervision\\SupervisorBaseInterface');
        $container->remove('Kraken\\Runtime\\Supervision\\SupervisorRemoteInterface');
    }