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
1 changed files with 2 additions and 2 deletions

View File

@ -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';