正在显示
2 个修改的文件
包含
1 行增加
和
4 行删除
@@ -154,9 +154,6 @@ class UserExpLogAudit extends Backend | @@ -154,9 +154,6 @@ 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 | - $list = collection($row)->toArray(); | ||
158 | - dump($list); | ||
159 | - exit(); | ||
160 | $this->view->assign("row", $row); | 157 | $this->view->assign("row", $row); |
161 | return $this->view->fetch(); | 158 | return $this->view->fetch(); |
162 | } | 159 | } |
-
请 注册 或 登录 后发表评论