craigpaul / laravel-postmark

A Postmark adapter for Laravel
MIT License
204 stars 23 forks source link

Remove duplicate call to `mergeConfigFrom` method #112

Closed mvdnbrk closed 4 years ago

mvdnbrk commented 4 years ago

The mergeConfigFrom method is called twice:

Removed the duplicate call in the registerPostmarkDriver method

mvdnbrk commented 4 years ago

@craigpaul Released this as a patch in v2.9.1 which also includes PR #111