Kraken\_Module\Core\_Provider\AProvider::boot PHP Method

boot() public method

public boot ( Kraken\Container\ContainerInterface $container )
$container Kraken\Container\ContainerInterface
    public function boot(ContainerInterface $container)
    {
        $res = $container->make(Resource::class);
        $res->data['booted'] = true;
    }