xiaogang 4 gadi atpakaļ
vecāks
revīzija
afe91d5a2d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/Admin/Actions/Chat/ChatLog.php

+ 1 - 1
app/Admin/Actions/Chat/ChatLog.php

xqd
@@ -10,7 +10,7 @@ class ChatLog extends LazyRenderable
     public function grid(): Grid
     {
         $data =new TencentImMessage();
-        $res = $data->getroammsg(1,1045);
+        $res = $data->getroammsg(1,1064);
         dd($res);
         return Grid::make(new \App\Models\UserInfoModel(), function (Grid $grid) {
             $grid->column('user_id', 'ID')->sortable();