chat_add
This commit is contained in:
8
app/chat/model/ChatGroup.php
Normal file
8
app/chat/model/ChatGroup.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace app\chat\model;
|
||||
|
||||
|
||||
class ChatGroup extends BaseModel
|
||||
{
|
||||
public $tabla_name = 'chat_group';
|
||||
}
|
||||
Reference in New Issue
Block a user