craigpaul / laravel-postmark

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

[2.x] Use request method on ClientInterface #111

Closed mvdnbrk closed 4 years ago

mvdnbrk commented 4 years ago

The post method does not exist on GuzzleHttp\ClientInterface.

Changed this to use the proper request method on the ClientInterface.