SimpleSoftwareIO / simple-sms

Send and receive SMS messages with Laravel
https://www.simplesoftware.io/docs/simple-sms
MIT License
200 stars 87 forks source link

Return the outgoing message in SMS send method #22

Closed marfurt closed 8 years ago

marfurt commented 8 years ago

Currently, the send method in SMS doesn't return anything. Returning the outgoing message created inside the method could be useful (for example for testing). Note that this is done by the equivalent send method of the Laravel Mailer class.

SimplyCorey commented 8 years ago

Hey,

I agree with you that this could be useful. Feel free to make a pull request!

marfurt commented 8 years ago

There is a new pull request. Thank you