Skip to content
  • Adrian Rossouw's avatar
    Removed the provision_service function, and introduce service handler... · 96f6e167
    Adrian Rossouw authored
    Removed the provision_service function, and introduce service handler subscriptions in the environment objects.
    
    Instead of provision_service('type') you now use d()->service('type') to access the service object.
    The context object returned by d() now manages which context object's service to return, based
    on the internally managed subscriptions.
    96f6e167