文本聊天已完成
This commit is contained in:
14
app/Models/im/ChatRoomUserModel.php
Normal file
14
app/Models/im/ChatRoomUserModel.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models\im;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class ChatRoomUserModel extends Model
|
||||
{
|
||||
//
|
||||
protected $table = 'nl_chat_room_user';
|
||||
protected $primaryKey = 'id';
|
||||
public $timestamps = false;
|
||||
protected $guarded = [];
|
||||
}
|
||||
Reference in New Issue
Block a user