Update and rename messages.php to message.php
This commit is contained in:
@@ -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';
|
||||||
Reference in New Issue
Block a user