BSInjectorImpl needs to be more permissive when injecting the injector
wileykestner opened this issue · 1 comments
wileykestner commented
Right now it only injects the injector if an injector property conforms it only. It will fail if the injector also conforms to <BSInjector, BSBinder> or any other additional protocols.
wileykestner commented
Opening a pull request.