-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single Pull for playSMS #9
base: master
Are you sure you want to change the base?
Conversation
Adding playSMS as SMS provider
Adding playSMS as SMS provider
Adding playSMS as SMS provider.
Adding playSMS as SMS provider
|
||
use Throwable; | ||
|
||
class playSmsSender implements Sender |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Class names should start with the Upper case.
@@ -20,6 +20,10 @@ | |||
"serwerSmsPassword": "Password", | |||
"serwerSmsBaseUrl": "Base URL", | |||
"serwerSmsSender": "Sender Name", | |||
"serwerSmsTest": "Test" | |||
"serwerSmsTest": "Test", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test
label seems is not needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is from your original master. It's not from me.
I made the requested change: classname with capital letter serwerSmsTest comes from your original master. I only modified the line by adding a colon. |
I hope it works now as expected.