Skip to content
Commit 96f6e167 authored by Adrian Rossouw's avatar Adrian Rossouw
Browse files

Removed the provision_service function, and introduce service handler...

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.
parent 4b2ebc70
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment