Update messages.php
This commit is contained in:
parent
76b3f2695d
commit
3f55ba3beb
|
|
@ -64,6 +64,13 @@ if (!class_exists('messages')) {
|
|||
}
|
||||
} //end the delete function
|
||||
|
||||
|
||||
/**
|
||||
* add messages
|
||||
*/
|
||||
public function add() {
|
||||
|
||||
} //end the add function
|
||||
} //end the class
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue