Middleware that makes resolveAll return an empty array for unregistered tokens instead of throwing.
This middleware modifies the behavior of resolveAll to safely handle cases where tokens haven't been
registered in the container. Instead of throwing an error, it will return an empty array.
Middleware that makes
resolveAll
return an empty array for unregistered tokens instead of throwing.This middleware modifies the behavior of
resolveAll
to safely handle cases where tokens haven't been registered in the container. Instead of throwing an error, it will return an empty array.Example