Update messages.php

This commit is contained in:
FusionPBX
2018-08-30 22:26:06 -06:00
committed by GitHub
parent dc2085861b
commit feddea343c

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
}