hotmeteor / receiver

Receiver is a drop-in webhook handling library for Laravel.
MIT License
384 stars 21 forks source link

Fix invalid method name #1

Closed jankremlacek closed 2 years ago

jankremlacek commented 2 years ago

There is just a mistake in the ReceiverManager on the postmark driver. The method ends with Provider instead of Driver. This fixes it.

The test is included in the fix.