Update messages.php

This commit is contained in:
FusionPBX 2018-08-30 22:26:06 -06:00 committed by GitHub
parent 76b3f2695d
commit 3f55ba3beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -64,6 +64,13 @@ if (!class_exists('messages')) {
}
} //end the delete function
/**
* add messages
*/
public function add() {
} //end the add function
} //end the class
}