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