Injector instantiation with CFC instance doesn't work
Description
Comments and parameter hints inside of the Injector indicate that you can init the injector with an instance of a Binder CFC.
However, that errors. The actual code in the init method appears to expect a string even though the buildBinder() method later on does a simple value check.
Fix the init method to stop treating the binder argument like a string.
Gliffy Diagrams
Activity
Show:
Brad WoodSeptember 4, 2015 at 8:25 PM
Came across this today. We need to go through some of these really old WireBox tickets. This one is from 2 years ago but is probably a 5 minute fix.
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Comments and parameter hints inside of the Injector indicate that you can init the injector with an instance of a Binder CFC.
However, that errors. The actual code in the init method appears to expect a string even though the buildBinder() method later on does a simple value check.
Fix the init method to stop treating the binder argument like a string.