Kraken\Root\Provider\CoreProvider::register PHP Method

register() protected method

protected register ( Kraken\Container\ContainerInterface $container )
$container Kraken\Container\ContainerInterface
    protected function register(ContainerInterface $container)
    {
        $container->instance('Kraken\\Core\\CoreInterface', $container);
    }