Corrected Pushover comment

Changed sms to pushover.
This commit is contained in:
Tim 2018-02-25 17:06:18 +01:00 committed by Timz99
parent d121ad75e3
commit e910367faa
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class StatusNotifier {
protected $send_sms = false;
/**
* Send sms?
* Send Pushover notification?
* @var boolean $send_pushover
*/
protected $send_pushover = false;