Wirebox question. My understanding that the code i...
# box-products
r
Wirebox question. My understanding that the code in this thread would allow me to load the
ip.cfc
using
getInstance('ip@ip')
in a coldbox application but wirebox is saying it cannot find it
image.png
a
You've mapped it with the name 'ip' - so change that to
ip@ip
and will work.
👌 1
r
Mucho gracias!