Closed mvdnbrk closed 4 years ago
The mergeConfigFrom method is called twice:
mergeConfigFrom
boot
registerPostmarkDriver
Removed the duplicate call in the registerPostmarkDriver method
@craigpaul Released this as a patch in v2.9.1 which also includes PR #111
v2.9.1
The
mergeConfigFrom
method is called twice:boot
methodregisterPostmarkDriver
method which is called from theboot
methodRemoved the duplicate call in the
registerPostmarkDriver
method