Kraken\Container\ServiceProvider::unregister PHP Method

unregister() protected method

This method should contain code to fire when Provider is being unregistered. All previously opened connectios, streams, files and other vulnerable resources opened in ::register() should be closed here.
protected unregister ( ContainerInterface $container )
$container ContainerInterface
    protected function unregister(ContainerInterface $container)
    {
    }