Kraken\Container\ServiceProvider::boot PHP Method

boot() protected method

This method should container code to fire when Provider is being booted. In comparison to ::register() method this will be fired after all Providers have been already registered.
protected boot ( ContainerInterface $container )
$container ContainerInterface
    protected function boot(ContainerInterface $container)
    {
    }