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