...
|
...
|
@@ -154,9 +154,6 @@ class UserExpLogAudit extends Backend |
|
|
}
|
|
|
$this->error(__('Parameter %s can not be empty', ''));
|
|
|
}
|
|
|
$list = collection($row)->toArray();
|
|
|
dump($list);
|
|
|
exit();
|
|
|
$this->view->assign("row", $row);
|
|
|
return $this->view->fetch();
|
|
|
}
|
...
|
...
|
|