Update and rename messages.php to message.php

This commit is contained in:
FusionPBX
2018-08-30 21:12:55 -06:00
committed by GitHub
parent a72f1d6266
commit f749925ebe
@@ -25,8 +25,8 @@
Matthew Vale <github@mafoo.org> Matthew Vale <github@mafoo.org>
*/ */
if (!class_exists('messages')) { if (!class_exists('message')) {
class messages { class message {
static function add($message, $mood = NULL, $delay = NULL) { static function add($message, $mood = NULL, $delay = NULL) {
$mood = $mood ?: 'positive'; $mood = $mood ?: 'positive';