正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -154,7 +154,7 @@ class UserExpLogAudit extends Backend | @@ -154,7 +154,7 @@ class UserExpLogAudit extends Backend | ||
154 | } | 154 | } |
155 | $this->error(__('Parameter %s can not be empty', '')); | 155 | $this->error(__('Parameter %s can not be empty', '')); |
156 | } | 156 | } |
157 | - dump($row); | 157 | + dump($list = collection($row)->toArray()); |
158 | exit(); | 158 | exit(); |
159 | $this->view->assign("row", $row); | 159 | $this->view->assign("row", $row); |
160 | return $this->view->fetch(); | 160 | return $this->view->fetch(); |
-
请 注册 或 登录 后发表评论