You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Register TypeMapperInterface and TypeMapper as one singleton
One can easily make a mistake by resolving `TypeMapper` from the container instead of `TypeMapperInterface`. This class wasn't registered as singleton (only the interface) so you always get a new instance without types. By registering them both as one singleton, we make it less error prone.
Closes: swisnl#65
0 commit comments