jbsf/blindside

BSInjectorImpl needs to be more permissive when injecting the injector

wileykestner opened this issue · 1 comments

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.

Opening a pull request.