mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-19 00:25:18 +00:00
Moved conversations classes
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
class conversations {
|
||||
class Conversations {
|
||||
|
||||
/**
|
||||
* @var String $conversationsListTable Name of the conversation list table
|
||||
@ -874,4 +874,4 @@ class conversations {
|
||||
}
|
||||
|
||||
//Register component
|
||||
Components::register("conversations", new conversations());
|
||||
Components::register("conversations", new Conversations());
|
Reference in New Issue
Block a user